sanders 02/01/29 08:29:45
Modified: proposal/vindico build.xml
Log:
Updated jar name
Revision Changes Path
1.3 +2 -2 jakarta-alexandria/proposal/vindico/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/vindico/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 29 Jan 2002 02:11:33 -0000 1.2
+++ build.xml 29 Jan 2002 16:29:45 -0000 1.3
@@ -2,7 +2,7 @@
<!--
Jakarta Vindico (Alexandria)
- $Id: build.xml,v 1.2 2002/01/29 02:11:33 sanders Exp $
+ $Id: build.xml,v 1.3 2002/01/29 16:29:45 sanders Exp $
-->
<!-- User's overrides to existing properties -->
@@ -142,7 +142,7 @@
<mkdir dir="${build.home}/classes/META-INF"/>
<copy file="LICENSE"
tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
- <jar jarfile="${dist.home}/commons-${component.name}.jar"
+ <jar jarfile="${dist.home}/${component.name}-${component.version}.jar"
basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>