costin 02/02/20 16:13:45
Modified: jk build.xml
Log:
Build update
Revision Changes Path
1.29 +6 -2 jakarta-tomcat-connectors/jk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 7 Feb 2002 14:47:03 -0000 1.28
+++ build.xml 21 Feb 2002 00:13:45 -0000 1.29
@@ -16,14 +16,15 @@
<property name="optimize" value="off" />
<property name="debug" value="on" />
- <!-- default locations -->
+ <!-- default locations, overrident by properties -->
<property name="tomcat33.home"
location="../../jakarta-tomcat/build/tomcat/lib/common/tomcat_core.jar" />
<property name="tomcat40.home"
location="../../jakarta-tomcat-4.0/build" />
<property name="tomcat41.home"
location="../../jakarta-tomcat-4.1/build" />
-
+ <property name="commons-logging.jar" location="../lib/commons-logging.jar" />
+
<!-- ==================== Detection and reports ==================== -->
<target name="report" >
@@ -79,6 +80,8 @@
<mkdir dir="${jk.build}/WEB-INF/classes/META-INF" />
<mkdir dir="${jk.build}/WEB-INF/lib"/>
<copy file="conf/web.xml" tofile="${jk.build}/WEB-INF/web.xml" />
+ <copy file="${commons-logging.jar}"
+ todir="${jk.build}/WEB-INF/lib" />
<copy todir="${jk.build}/WEB-INF" file="interceptors.xml"/>
<copy todir="${jk.build}/WEB-INF/conf" >
<fileset dir="conf" includes="*" />
@@ -88,6 +91,7 @@
<pathelement location="${catalina.home}/server/lib/catalina.jar"/>
<pathelement location="${catalina.home}/common/lib/servlet.jar"/>
<pathelement location="${tomcat33.home}/lib/common/tomcat_core.jar"/>
+ <pathelement location="${commons-logging.jar}"/>
<pathelement location="${tomcat33.home}/lib/common/core_util.jar"/>
<pathelement
location="${tomcat33.home}/lib/container/tomcat_modules.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>