nbubna 2003/02/12 16:26:49
Modified: . build.xml
Log:
add 'jars' target to build and install jars w/o docs (for dev convenience)
Revision Changes Path
1.9 +10 -0 jakarta-velocity-tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 23 Jun 2002 10:53:27 -0000 1.8
+++ build.xml 13 Feb 2003 00:26:49 -0000 1.9
@@ -110,6 +110,16 @@
<!-- ================================================================== -->
+ <!-- J A R S -->
+ <!-- ================================================================== -->
+ <target name="jars" description="Build and install all subproject jars">
+ <ant dir="view" target="install-jar" inheritAll="false"/>
+ <ant dir="tools" target="install-jar" inheritAll="false"/>
+ <ant dir="struts" target="install-jar" inheritAll="false"/>
+ </target>
+
+
+ <!-- ================================================================== -->
<!-- V I E W -->
<!-- ================================================================== -->
<target name="view" depends=""
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]