dmitri 2004/07/12 20:42:43
Modified: jxpath build.xml
Log:
Didn't realize that the version number is not permitted in the name of the jar file
Revision Changes Path
1.23 +1 -1 jakarta-commons/jxpath/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jxpath/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 9 Jul 2004 04:50:38 -0000 1.22
+++ build.xml 13 Jul 2004 03:42:43 -0000 1.23
@@ -20,7 +20,7 @@
</property>
<property name="javadocdir" value="${basedir}/dist/docs/api">
</property>
- <property name="final.name" value="commons-jxpath-1.2">
+ <property name="final.name" value="commons-jxpath">
</property>
<target name="init" description="o Initializes some properties">
<mkdir dir="${libdir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]