bloritsch 02/01/30 10:34:38
Modified: . build.xml
Log:
fix build.xml so that it does not include tools in the source archive.
Revision Changes Path
1.97 +0 -4 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- build.xml 30 Jan 2002 18:28:11 -0000 1.96
+++ build.xml 30 Jan 2002 18:34:38 -0000 1.97
@@ -733,10 +733,6 @@
<mkdir dir="${src.dist.dir}" />
- <copy todir="${src.dist.tools}">
- <fileset dir="${tools.dir}"/>
- </copy>
-
<copy todir="${src.dist.lib}">
<fileset dir="${lib.dir}">
<include name="bytecode.jar" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>