rwaldhoff 2003/02/27 05:09:57
Modified: functor 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.9 +2 -2 jakarta-commons-sandbox/functor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/functor/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 18 Feb 2003 19:45:15 -0000 1.8
+++ build.xml 27 Feb 2003 13:09:57 -0000 1.9
@@ -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="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]