Index: tomahawk/build.properties
===================================================================
--- tomahawk/build.properties	(revision 210020)
+++ tomahawk/build.properties	(working copy)
@@ -4,10 +4,10 @@
 subproject.dir       = ${basedir}/../
 src.dir              = ${subproject.dir}/src/java:${share.src.dir}
 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
@@ -21,3 +21,4 @@
 zip.fileset2.prefix  = META-INF/
 javadoc.title        = Apache MyFaces: Tomahawk
 javadoc.package      = org.apache.myfaces.*
+update.lastmodified  = yes
\ No newline at end of file
