Greeting -
This patch makes ant build into the "build" directory (../build/ant).
This has been bugging me for awhile, so I thought I would finally post a
patch.
If this is inappropriate, let me know.
- Paul Philion
----
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-ant/build.xml,v
retrieving revision 1.3
diff -u -r1.3 build.xml
--- build.xml 2000/01/14 13:50:24 1.3
+++ build.xml 2000/01/17 03:31:42
@@ -4,7 +4,7 @@
<target name="init">
<property name="src.dir" value="src/main"/>
- <property name="build.dir" value="build"/>
+ <property name="build.dir" value="../build/ant"/>
<property name="dist.dir" value="${user.home}/opt"/>
<property name="classpath" value="lib/xml.jar"/>