donaldp 02/02/13 00:18:38
Modified: proposal/gump/project jrefactory.xml
Log:
Ugly hack so we can explicitly force a version string to conform to expected pattern
and still have a consistently named jar for gump.
TODO: approach developer to see if they are willing to make out life easier.
Revision Changes Path
1.4 +4 -2 jakarta-alexandria/proposal/gump/project/jrefactory.xml
Index: jrefactory.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jrefactory.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jrefactory.xml 12 Feb 2002 09:35:19 -0000 1.3
+++ jrefactory.xml 13 Feb 2002 08:18:38 -0000 1.4
@@ -9,13 +9,15 @@
module="JRefactory"/>
<project name="jrefactory">
- <ant/>
+ <ant>
+ <property name="version" value="0.0.0"/>
+ </ant>
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="junit"/>
<work nested="ant.build/classes"/>
<work nested="test/classes"/>
- <jar id="jrefactory" name="ant.build/lib/PrettyPrinter-@@DATE@@.jar"/>
+ <jar id="jrefactory" name="ant.build/lib/PrettyPrinter-0.0.0.jar"/>
</project>
</module>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>