You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/05/26 20:12:02 UTC

svn commit: r778823 - in /myfaces/core/trunk_1.2.x: api/pom.xml impl/pom.xml

Author: lu4242
Date: Tue May 26 18:12:02 2009
New Revision: 778823

URL: http://svn.apache.org/viewvc?rev=778823&view=rev
Log:
update to myfaces-builder-plugin version 1.0.3

Modified:
    myfaces/core/trunk_1.2.x/api/pom.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=778823&r1=778822&r2=778823&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Tue May 26 18:12:02 2009
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.3</version>
         <executions>
           <execution>
             <goals>
@@ -198,7 +198,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.2</version>
+      <version>1.0.3</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

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=778823&r1=778822&r2=778823&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Tue May 26 18:12:02 2009
@@ -34,17 +34,10 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.3</version>
         <executions>          
           <execution>
             <id>makemyfacesmetadata</id>
-            <configuration>
-                <!-- Qdox 1.6.3 does not parse inner enums on classes
-                so we have to exclude some files temporally. 
-                Added linux case (paths start with /) to filter temporally too-->
-                <includes>/**/*.java,**/*.java</includes>
-                <excludes>/**/FacesCompositeELResolver.java,**/FacesCompositeELResolver.java</excludes>
-            </configuration>
             <goals>
               <goal>build-metadata</goal>
             </goals>
@@ -459,7 +452,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.2</version>
+      <version>1.0.3</version>
       <scope>provided</scope>
     </dependency>