You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/07/23 23:24:42 UTC

svn commit: r224550 - /myfaces/build/trunk/build.xml

Author: baranda
Date: Sat Jul 23 14:24:28 2005
New Revision: 224550

URL: http://svn.apache.org/viewcvs?rev=224550&view=rev
Log:
Fixed creation of myfaces-all.jar which included an AddResources.properties without the lastModified date. Fixes MYFACES-153.

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=224550&r1=224549&r2=224550&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Sat Jul 23 14:24:28 2005
@@ -704,7 +704,7 @@
             <!-- additional resources -->
             <zipfileset dir="../tomahawk/conf" includes="*.xml" prefix="META-INF/"/>
             <fileset dir="../impl/src/java" excludes="**/*.java **/package.html"/>
-            <fileset dir="../tomahawk/src/java" excludes="**/*.java"/>
+            <fileset dir="../tomahawk/src/java" excludes="**/*.java **/*.properties"/>
             <fileset dir="../sandbox/src/java" excludes="**/*.java "/>
 
             <!-- properties -->