pero 2005/01/08 03:14:37
Modified: . build.xml
Log:
New store config module for better server.xml saving support
Revision Changes Path
1.221 +1 -0 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- build.xml 6 Jan 2005 12:42:13 -0000 1.220
+++ build.xml 8 Jan 2005 11:14:37 -0000 1.221
@@ -495,6 +495,7 @@
<ant dir="${catalina.home}/modules" target="build">
<property name="catalina.build" value="${tomcat.build}" />
<property name="cluster.dist" value="${tomcat.build}/server/lib" />
+ <property name="config.dist" value="${tomcat.build}/server/lib" />
<property name="catalina.deploy" value="${tomcat.build}" />
<property name="flags.hide" value="true" />
</ant>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|