You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2006/06/10 16:35:13 UTC

svn commit: r413311 - /jakarta/commons/proper/httpclient/trunk/build.xml

Author: rolandw
Date: Sat Jun 10 07:35:13 2006
New Revision: 413311

URL: http://svn.apache.org/viewvc?rev=413311&view=rev
Log:
fix for GUMP problem from HTTPCLIENT-584

Modified:
    jakarta/commons/proper/httpclient/trunk/build.xml

Modified: jakarta/commons/proper/httpclient/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/build.xml?rev=413311&r1=413310&r2=413311&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/build.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/build.xml Sat Jun 10 07:35:13 2006
@@ -160,10 +160,6 @@
     <copy todir="${dist.home}/src" filtering="on">
       <fileset dir="${source.home}"/>
     </copy>
-    <mkdir dir="${dist.home}/lib"/>
-    <copy todir="${dist.home}/lib">
-      <fileset dir="lib"/>
-    </copy>
   </target>
 
 <!-- ========== Targets: "External" Targets: Clean-up ===================== -->



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