leosimons 2003/02/27 07:37:22
Modified: . build.xml
Log:
include the build scripts in the source distribution. This allows you to download
the source distribution and type "ant dist" to generate the binary distribution.
Revision Changes Path
1.174 +5 -1 avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon/build.xml,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- build.xml 21 Feb 2003 05:53:58 -0000 1.173
+++ build.xml 27 Feb 2003 15:37:22 -0000 1.174
@@ -557,7 +557,11 @@
<include name="LICENSE.txt"/>
<include name="KEYS"/>
<include name="ant.properties.sample"/>
- <include name="target.xml"/>
+ <include name="build.xml"/>
+ <include name="check-targets.ent"/>
+ <include name="check-targets.properties"/>
+ <include name="forrest-targets.ent"/>
+ <include name="forrest.properties"/>
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]