craigmcc 00/04/27 12:39:24
Modified: . build.xml Log: Make the src.dir property relative to the execution base directory without a pseudo ${basedir} target (consistent with src.bin.dir). Revision Changes Path 1.20 +1 -1 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- build.xml 2000/04/26 22:42:53 1.19 +++ build.xml 2000/04/27 19:39:23 1.20 @@ -13,7 +13,7 @@ <property name="ant.home" value="."/> <property name="bin.dir" value="bin"/> <property name="src.bin.dir" value="src/bin"/> - <property name="src.dir" value="${basedir}/src/main"/> + <property name="src.dir" value="src/main"/> <property name="lib.dir" value="lib"/> <property name="docs.dir" value="docs"/> <property name="build.dir" value="../build/ant"/>