rwaldhoff 2003/02/27 05:06:58
Modified: jux build.xml
Log:
move "ant dist" destintation to ./dist instead of ./target/dist, to fit with the
jakarta-commons nightly build
Revision Changes Path
1.7 +2 -2 jakarta-commons-sandbox/jux/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jux/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 18 Feb 2003 12:51:03 -0000 1.6
+++ build.xml 27 Feb 2003 13:06:57 -0000 1.7
@@ -49,7 +49,7 @@
<property name="conf.home" value="src/conf"/>
<!-- The base directory for distribution targets -->
- <property name="dist.home" value="${build.home}/dist"/>
+ <property name="dist.home" value="${basedir}/dist"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/java"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]