You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/02/13 01:26:49 UTC

cvs commit: jakarta-velocity-tools build.xml

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: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org