jstrachan 02/05/28 23:39:19
Modified: cli build.xml
Log:
patched the dist target to use maven's dist-build
Revision Changes Path
1.6 +1 -1 jakarta-commons-sandbox/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/cli/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 23 May 2002 16:29:00 -0000 1.5
+++ build.xml 29 May 2002 06:39:19 -0000 1.6
@@ -175,6 +175,6 @@
<target name="compile" depends="maven:compile, maven:jar-resources"/>
- <target name="dist" depends="maven:dist"/>
+ <target name="dist" depends="maven:dist-build"/>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>