You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by aw...@apache.org on 2007/03/05 22:12:36 UTC

svn commit: r514889 - /incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl

Author: awiner
Date: Mon Mar  5 14:12:35 2007
New Revision: 514889

URL: http://svn.apache.org/viewvc?view=rev&rev=514889
Log:
JSF 1.2: el-resolver elements were getting dropped from generation code

Modified:
    incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl

Modified: incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl?view=diff&rev=514889&r1=514888&r2=514889
==============================================================================
--- incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl (original)
+++ incubator/adffaces/branches/faces-1_2-070201/plugins/maven-faces-plugin/src/main/resources/org/apache/myfaces/trinidadbuild/plugin/faces/resources/transform12.xsl Mon Mar  5 14:12:35 2007
@@ -189,6 +189,12 @@
     </xsl:element>
   </xsl:template>
 
+  <xsl:template match="//javaee:el-resolver" >
+    <xsl:element name="el-resolver" >
+      <xsl:value-of select="text()" />
+    </xsl:element>
+  </xsl:template>
+
   <xsl:template match="//javaee:property-resolver" >
     <xsl:element name="property-resolver" >
       <xsl:value-of select="text()" />