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/18 22:02:50 UTC

svn commit: r219562 - /myfaces/tomahawk/trunk/build.properties

Author: baranda
Date: Mon Jul 18 13:00:09 2005
New Revision: 219562

URL: http://svn.apache.org/viewcvs?rev=219562&view=rev
Log:
Added property needed to control when to update the lastModified property in a subproject. Also modified the needed patterns for this to work properly

Modified:
    myfaces/tomahawk/trunk/build.properties

Modified: myfaces/tomahawk/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/build.properties?rev=219562&r1=219561&r2=219562&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/build.properties (original)
+++ myfaces/tomahawk/trunk/build.properties Mon Jul 18 13:00:09 2005
@@ -7,10 +7,10 @@
 test.classes.dir     = ${temp.dir}/tests/classes
 test.reports.dir     = ${temp.dir}/tests/reports
 jar.file             = tomahawk.jar
-jar.include.pattern  = org/**/*.class
+jar.include.pattern  = org/**/*.class org/**/*.properties
 jar.fileset2.dir     = ${subproject.dir}/src/java
 jar.include2.pattern = **
-jar.exclude2.pattern = **/*.java
+jar.exclude2.pattern = **/*.java org/**/*.properties
 tlds.dir             = ${subproject.dir}/tld
 tlds.stylesheet      = ${tlds.dir}/misc/resolve_entities.xsl
 tlds.dtd             = ${tlds.dir}/misc/web-jsptaglibrary_1_2.dtd
@@ -24,3 +24,4 @@
 zip.fileset2.prefix  = META-INF/
 javadoc.title        = Apache MyFaces: Tomahawk
 javadoc.package      = org.apache.myfaces.*
+update.lastmodified  = yes