Author: awiner
Date: Fri Feb 2 19:29:31 2007
New Revision: 503165
URL: http://svn.apache.org/viewvc?view=rev&rev=503165
Log:
Fix Glassfish deployment - body-content is JSP, not jsp. Would've been nice if
the error was better than "Could not add one or more tag libraries" -
grrrrrr.....
Modified:
incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateJspTaglibsMojo.java
incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld
Modified:
incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateJspTaglibsMojo.java
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateJspTaglibsMojo.java?view=diff&rev=503165&r1=503164&r2=503165
==============================================================================
---
incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateJspTaglibsMojo.java
(original)
+++
incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateJspTaglibsMojo.java
Fri Feb 2 19:29:31 2007
@@ -359,7 +359,7 @@
{
stream.writeCharacters("\n ");
stream.writeStartElement("body-content");
- stream.writeCharacters("jsp");
+ stream.writeCharacters("JSP");
stream.writeEndElement();
}
Modified:
incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld?view=diff&rev=503165&r1=503164&r2=503165
==============================================================================
---
incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld
(original)
+++
incubator/adffaces/branches/faces-1_2-070201/trinidad/trinidad-impl/src/main/conf/META-INF/tr-base.tld
Fri Feb 2 19:29:31 2007
@@ -31,7 +31,7 @@
<listener>
<listener-class>org.apache.myfaces.trinidadinternal.webapp.TrinidadListenerImpl</listener-class>
</listener>
-
+
<tag>
<description>
The forEach tag is a replacement for the JSTL &lt;c:forEach&gt; tag.
@@ -42,7 +42,7 @@
</description>
<name>forEach</name>
<tag-class>org.apache.myfaces.trinidadinternal.taglib.ForEachTag</tag-class>
- <body-content>jsp</body-content>
+ <body-content>JSP</body-content>
<attribute>
<description>
@@ -169,7 +169,7 @@
<name>componentRef</name>
<tag-class>org.apache.myfaces.trinidadinternal.taglib.ComponentRefTag</tag-class>
- <body-content>jsp</body-content>
+ <body-content>JSP</body-content>
<attribute>
<description>
Identifies which declarative component to use.
@@ -218,7 +218,7 @@
</description>
<name>componentDef</name>
<tag-class>org.apache.myfaces.trinidadinternal.taglib.ComponentDefTag</tag-class>
- <body-content>jsp</body-content>
+ <body-content>JSP</body-content>
<attribute>
<description>
the variable name to use when referencing attributes, that may be set
@@ -242,7 +242,7 @@
</description>
<name>facetRef</name>
<tag-class>org.apache.myfaces.trinidadinternal.taglib.FacetRefTag</tag-class>
- <body-content>jsp</body-content>
+ <body-content>JSP</body-content>
<attribute>
<description>
the facet name to copy