You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2006/08/23 19:30:22 UTC

svn commit: r434093 - /jakarta/httpcomponents/httpasync/trunk/build.xml

Author: rolandw
Date: Wed Aug 23 10:30:21 2006
New Revision: 434093

URL: http://svn.apache.org/viewvc?rev=434093&view=rev
Log:
fixed default location of HttpCoreMain classes

Modified:
    jakarta/httpcomponents/httpasync/trunk/build.xml

Modified: jakarta/httpcomponents/httpasync/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpasync/trunk/build.xml?rev=434093&r1=434092&r2=434093&view=diff
==============================================================================
--- jakarta/httpcomponents/httpasync/trunk/build.xml (original)
+++ jakarta/httpcomponents/httpasync/trunk/build.xml Wed Aug 23 10:30:21 2006
@@ -65,7 +65,7 @@
 
 <property name="httpcore.home" location="../httpcore" />
 <property name="httpcore.jar"
-      location="${httpcore.home}/target/classes-main" />
+      location="${httpcore.home}/module-main/target/classes" />
 <property name="dist.core.api"
       location="${httpcore.home}/dist/docs/api/" />