remm 2005/08/23 05:40:51
Modified: . build.xml
Log:
- Cleanup: remove a number of (apparently) useless files from conf.
Revision Changes Path
1.235 +11 -0 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- build.xml 2 Aug 2005 19:08:07 -0000 1.234
+++ build.xml 23 Aug 2005 12:40:51 -0000 1.235
@@ -1295,6 +1295,17 @@
<copy todir="${tomcat.dist}/conf">
<fileset dir="${tomcat.build}/conf">
<exclude name="MANIFEST.MF" />
+ <exclude name="jk2.manifest" />
+ <exclude name="jk2.properties" />
+ <exclude name="jkconf.ant.xml" />
+ <exclude name="jkconfig.manifest" />
+ <exclude name="shm.manifest" />
+ <exclude name="tomcat-jk2.manifest" />
+ <exclude name="uriworkermap.properties" />
+ <exclude name="workers2.properties" />
+ <exclude name="workers2.properties.minimal" />
+ <exclude name="workers.properties" />
+ <exclude name="workers.properties.minimal" />
</fileset>
</copy>
<copy todir="${tomcat.dist}/server/lib">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]