You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by cz...@apache.org on 2003/12/22 08:15:12 UTC

cvs commit: jakarta-pluto/build build.xml

cziegeler    2003/12/21 23:15:12

  Modified:    build    build.xml
  Log:
  Apply patch from Julie MacNaught [jmacna@apache.org]:
  all target for gump purposes
  
  Revision  Changes    Path
  1.5       +5 -0      jakarta-pluto/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/build/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	18 Nov 2003 10:01:22 -0000	1.4
  +++ build.xml	22 Dec 2003 07:15:12 -0000	1.5
  @@ -75,6 +75,11 @@
       </target>
   
       <!-- ================================================================== -->
  +    <!-- ALL target for gump, really another name for driver                             -->
  +    <!-- ================================================================== -->
  +	<target name="all" depends="driver"/>
  +	
  +    <!-- ================================================================== -->
       <!-- Prints useful build environment values                             -->
       <!-- ================================================================== -->
       <target name="env" depends="check_for_optional_packages, compiler.eclipse" unless="install">