You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by df...@apache.org on 2004/05/13 13:09:46 UTC

cvs commit: jakarta-slide/webdavclient build.xml

dflorey     2004/05/13 04:09:46

  Modified:    webdavclient build.xml
  Log:
  Added httpclient-contrib to classpath
  
  Revision  Changes    Path
  1.10      +4 -2      jakarta-slide/webdavclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	28 Apr 2004 13:46:30 -0000	1.9
  +++ build.xml	13 May 2004 11:09:46 -0000	1.10
  @@ -34,7 +34,8 @@
       <!-- Dependencies Properties                                             -->
       <!-- =================================================================== -->
       <property name="commons-httpclient.jar" value="lib/commons-httpclient.jar"/>
  -    <property name="antlr.jar" value="lib/antlr.jar"/>
  +    <property name="commons-httpclient-contrib.jar" value="lib/commons-httpclient-contrib.jar"/>
  +	    <property name="antlr.jar" value="lib/antlr.jar"/>
       <!-- =================================================================== -->
       <!-- Classpaths                                                          -->
       <!-- =================================================================== -->
  @@ -44,7 +45,8 @@
       <path id="cmd.classpath">
           <pathelement location="${antlr.jar}"/>
           <pathelement location="${commons-httpclient.jar}"/>
  -        <pathelement location="${clientlib.build}/classes"/>
  +        <pathelement location="${commons-httpclient-contrib.jar}"/>
  +    	<pathelement location="${clientlib.build}/classes"/>
       </path>
       <!-- =================================================================== -->
       <!-- Prepare build                                                       -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org