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/29 08:37:16 UTC

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

jstrachan    02/05/28 23:37:16

  Modified:    betwixt  build.xml
  Log:
  patched the dist target to use maven's dist-build
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-commons-sandbox/betwixt/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	28 May 2002 23:01:07 -0000	1.19
  +++ build.xml	29 May 2002 06:37:16 -0000	1.20
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<!-- $Id: build.xml,v 1.19 2002/05/28 23:01:07 jstrachan Exp $ -->
  +<!-- $Id: build.xml,v 1.20 2002/05/29 06:37:16 jstrachan Exp $ -->
   <project name="betwixt" default="maven:jar" basedir=".">
   
   
  @@ -207,7 +207,7 @@
   
   	<target name="compile.tests" depends="compile, maven:compile-test"/>
   	<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"/>
   	
   	<target name="test-resources" 
  
  
  

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