billbarker 2004/07/08 07:34:17
Modified: modeler build.xml
Log:
Fix typo.
Should allow Gump to build again.
Revision Changes Path
1.24 +2 -2 jakarta-commons/modeler/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/modeler/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 5 Jul 2004 20:45:43 -0000 1.23
+++ build.xml 8 Jul 2004 14:34:17 -0000 1.24
@@ -211,7 +211,7 @@
tofile="${build.home}/classes/META-INF/ant.properties"/>
<copy file="LICENSE.txt"
tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
- <jar jarfile="${dist.home}/commons-${component-name}.jar"
+ <jar jarfile="${dist.home}/commons-${component.name}.jar"
index="true"
basedir="${build.home}/classes"
manifest="src/conf/MANIFEST.MF">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]