remm 01/05/29 19:57:29
Modified: . build.xml
Log:
- Fix variable name for the HTTP library JAR file.
Revision Changes Path
1.87 +6 -6 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- build.xml 2001/05/15 08:16:55 1.86
+++ build.xml 2001/05/30 02:57:28 1.87
@@ -47,7 +47,7 @@
<property name="junit.jar" value="./lib/junit.jar"/>
<property name="jta.jar" value="./lib/jta.jar"/>
<property name="log4j.jar" value="./lib/log4j.jar"/>
- <property name="httpclient.jar"
+ <property name="commons-httpclient.jar"
value="../jakarta-commons/httpclient/dist/commons-httpclient.jar"/>
<property name="tomcat.build" value="../jakarta-tomcat-4.0/build" />
<property name="avalon.dist" value="../dist/avalon" />
@@ -129,7 +129,7 @@
<path id="webdavclient.classpath">
<pathelement location="${jaxp.jar}"/>
<pathelement location="${xmlapi.jar}"/>
- <pathelement location="${httpclient.jar}"/>
+ <pathelement location="${commons-httpclient.jar}"/>
<pathelement location="${slide.build}/classes"/>
</path>
@@ -143,7 +143,7 @@
<pathelement location="${jdom.jar}"/>
<pathelement location="${jta.jar}"/>
<pathelement location="${junit.jar}"/>
- <pathelement location="${httpclient.jar}"/>
+ <pathelement location="${commons-httpclient.jar}"/>
<pathelement location="${webdavclient.build}/classes"/>
<pathelement location="${slide.build}/classes"/>
<pathelement location="${slide.build}/tests"/>
@@ -229,7 +229,7 @@
classpath="${jmx.jar}" />
<available property="httpclient.present"
classname="org.apache.commons.httpclient.HttpClient"
- classpath="${httpclient.jar}" />
+ classpath="${commons-httpclient.jar}" />
<available property="avalon.present"
classname="org.apache.avalon.blocks.Block" />
<available property="junit.present"
@@ -285,7 +285,7 @@
<echo message="junit.jar=${junit.jar}" />
<echo message="log4j.jar=${log4j.jar}" />
<echo message="jta.jar=${jta.jar}" />
- <echo message="httpclient.jar=${httpclient.jar}" />
+ <echo message="commons-httpclient.jar=${commons-httpclient.jar}" />
<echo message="tomcat.build=${tomcat.build}" />
<echo message="slide.build=${slide.build}" />
<echo message="slide.dist=${slide.dist}" />
@@ -551,7 +551,7 @@
<echo message="Copying libraries" />
<copy todir="${webdavclient.dist}/lib" file="${jaxp.jar}" />
<copy todir="${webdavclient.dist}/lib" file="${xmlapi.jar}" />
- <copy todir="${webdavclient.dist}/lib" file="${httpclient.jar}" />
+ <copy todir="${webdavclient.dist}/lib" file="${commons-httpclient.jar}" />
<echo message="Building DAV Client JAR" />
<jar jarfile="${webdavclient.dist}/lib/webdav.jar"