You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/23 22:50:07 UTC

svn commit: r597749 - in /myfaces/core/trunk_1.2.x: api/pom.xml build/pom.xml build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml impl/pom.xml

Author: matzew
Date: Fri Nov 23 13:50:04 2007
New Revision: 597749

URL: http://svn.apache.org/viewvc?rev=597749&view=rev
Log:
MYFACES-1769 - JSR-252 Issue #224: Corrected h:dataTable var to be a String, and not ValueExpression enabled

Made UIData's var iteralOnly (via metadata) and did an update to Trinidad-Plugins 1.2.5-SNAPSHOT
(since that is only supported in that particular SNAPSHOT (see TRINIDAD-838))

Modified:
    myfaces/core/trunk_1.2.x/api/pom.xml
    myfaces/core/trunk_1.2.x/build/pom.xml
    myfaces/core/trunk_1.2.x/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml
    myfaces/core/trunk_1.2.x/impl/pom.xml

Modified: myfaces/core/trunk_1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/pom.xml?rev=597749&r1=597748&r2=597749&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Fri Nov 23 13:50:04 2007
@@ -42,7 +42,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.4-SNAPSHOT</version>
+        <version>1.2.5-SNAPSHOT</version>
         <configuration>
           <typePrefix>javax.faces</typePrefix>
           <packageContains>javax.faces</packageContains>

Modified: myfaces/core/trunk_1.2.x/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/build/pom.xml?rev=597749&r1=597748&r2=597749&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/build/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/build/pom.xml Fri Nov 23 13:50:04 2007
@@ -40,7 +40,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.4-SNAPSHOT</version>
+        <version>1.2.5-SNAPSHOT</version>
         <configuration>
           <excludes>
             <exclude>**/includes/**</exclude>

Modified: myfaces/core/trunk_1.2.x/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml?rev=597749&r1=597748&r2=597749&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml (original)
+++ myfaces/core/trunk_1.2.x/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml Fri Nov 23 13:50:04 2007
@@ -37,6 +37,7 @@
 			<property-name>var</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
+ 	                        <mfp:literal-only>true</mfp:literal-only>
 				<mfp:required>false</mfp:required>
             </property-extension>
 		</property>

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=597749&r1=597748&r2=597749&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Fri Nov 23 13:50:04 2007
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.4-SNAPSHOT</version>
+        <version>1.2.5-SNAPSHOT</version>
         <configuration>
           <taglibs>
             <h>http://java.sun.com/jsf/html</h>