You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/05/23 18:29:00 UTC

cvs commit: jakarta-commons-sandbox/cli build.xml

jstrachan    02/05/23 09:29:00

  Modified:    cli      build.xml
  Log:
  Added 'dist' target to work nicely with gump
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-commons-sandbox/cli/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cli/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	22 May 2002 23:07:29 -0000	1.4
  +++ build.xml	23 May 2002 16:29:00 -0000	1.5
  @@ -175,4 +175,6 @@
   	
   	<target name="compile" depends="maven:compile, maven:jar-resources"/>
   
  +	<target name="dist" depends="maven:dist"/>
  +	
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>