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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to