jstrachan    02/05/28 23:38:12

  Modified:    jelly    build.xml
  Log:
  patched the dist target to use maven's dist-build
  
  Revision  Changes    Path
  1.31      +1 -1      jakarta-commons-sandbox/jelly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 28 May 2002 07:20:06 -0000      1.30
  +++ build.xml 29 May 2002 06:38:11 -0000      1.31
  @@ -198,7 +198,7 @@
   
        <target name="compile.test" depends="compile"/>
        <target name="test" depends="maven:test"/>
  -     <target name="dist" depends="maven:dist"/>
  +     <target name="dist" depends="maven:dist-build"/>
        <target name="site" depends="maven:site"/>
        
   <!-- ========== Sample Program Targets ==================================== -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to