You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ju...@apache.org on 2002/09/28 18:03:57 UTC

cvs commit: jakarta-commons-sandbox/jrcs plain_ant_build.xml

juanco      2002/09/28 09:03:57

  Modified:    jrcs     plain_ant_build.xml
  Log:
  added new tests and bumpled up the version number
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-commons-sandbox/jrcs/plain_ant_build.xml
  
  Index: plain_ant_build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/plain_ant_build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plain_ant_build.xml	28 Sep 2002 15:57:10 -0000	1.2
  +++ plain_ant_build.xml	28 Sep 2002 16:03:57 -0000	1.3
  @@ -116,7 +116,7 @@
     <property file="build.properties" />
   
     <property name="app.name" value="jrcs" />
  -  <property name="version"  value="0.1.4" />
  +  <property name="version"  value="0.1.5" />
   
     <property name="src.dir"   value="${basedir}/src" />
     <property name="java.dir"  value="${src.dir}/java" />
  @@ -240,7 +240,7 @@
       
         <formatter type="plain" />
       
  -      <test name="org.apache.commons.jrcs.test" 
  +      <test name="org.apache.commons.jrcs.AllTests" 
   				haltonfailure="no" 
   				 >
           <!-- <formatter type="plain" usefile="no" /> -->
  
  
  

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