You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/04/09 23:57:09 UTC

svn commit: r392842 - /jakarta/httpcomponents/httpcore/trunk/build.xml

Author: olegk
Date: Sun Apr  9 14:57:09 2006
New Revision: 392842

URL: http://svn.apache.org/viewcvs?rev=392842&view=rev
Log:
Updated POM and build files to reflect changes in SVN layout

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

Modified: jakarta/httpcomponents/httpcore/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpcore/trunk/build.xml?rev=392842&r1=392841&r2=392842&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/build.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/build.xml Sun Apr  9 14:57:09 2006
@@ -1,7 +1,7 @@
 <project name="Jakarta HttpCompomponents Core" default="compile" basedir=".">
 
   <property file="${basedir}/build.properties"/>
-  <property file="${basedir}/../build.properties"/>
+  <property file="${basedir}/../project/build.properties"/>
   <property file="${user.home}/build.properties"/>
 
 <!-- ========== Required component properties ============================= -->
@@ -19,7 +19,7 @@
 
 <!-- ========== Import common targets and macrdefs ======================== -->
 
-  <import file="../build-common.xml"/>
+  <import file="../project/build-common.xml"/>
 
 <!-- ========== Targets: "External" Targets: Compilation ================== -->