You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/19 13:40:34 UTC

svn commit: r805760 - /commons/sandbox/runtime/trunk/build.xml

Author: mturk
Date: Wed Aug 19 11:40:34 2009
New Revision: 805760

URL: http://svn.apache.org/viewvc?rev=805760&view=rev
Log:
Remove non existent reference to build classpath

Modified:
    commons/sandbox/runtime/trunk/build.xml

Modified: commons/sandbox/runtime/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.xml?rev=805760&r1=805759&r2=805760&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/build.xml (original)
+++ commons/sandbox/runtime/trunk/build.xml Wed Aug 19 11:40:34 2009
@@ -59,7 +59,6 @@
     <!-- Build classpath -->
     <path id="classpath">
         <pathelement location="${build.dest}/java"/>
-        <pathelement location="${commons-httpclient.jar}"/>
     </path>
 
     <!-- Test classpath -->