costin 2003/03/13 13:53:44
Modified: modeler build.xml
Log:
I got it - ant1.6 is more flexible and didn't report any error.
Now it works with 1.5 ( and I'll keep testing with 1.5 )
Revision Changes Path
1.11 +5 -3 jakarta-commons/modeler/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/modeler/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 13 Mar 2003 21:21:58 -0000 1.10
+++ build.xml 13 Mar 2003 21:53:44 -0000 1.11
@@ -225,8 +225,10 @@
description="Create binary distribution">
<copy file="../LICENSE"
todir="${dist.home}"/>
- <copy file="RELEASE-NOTES**"
- todir="${dist.home}"/>
+ <copy todir="${dist.home}" >
+ <fileset dir="." includes="RELEASE-NOTES**"/>
+ </copy>
+
<copy file="src/java/org/apache/commons/modeler/mbeans-descriptors.dtd"
todir="${dist.home}"/>
<mkdir dir="${build.home}/classes/META-INF"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]