You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/09/20 23:11:16 UTC

cvs commit: jakarta-commons-sandbox/primitives project.xml build.xml

scolebourne    2003/09/20 14:11:16

  Modified:    primitives project.xml build.xml
  Log:
  Update build scripts
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-commons-sandbox/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/primitives/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	1 Sep 2003 22:00:54 -0000	1.1
  +++ project.xml	20 Sep 2003 21:11:16 -0000	1.2
  @@ -45,7 +45,7 @@
     <build>
       <unitTest>
         <includes>
  -        <include>**/AllPrimitivesTestSuite.java</include>
  +        <include>**/AllTestSuite.java</include>
         </includes>
         <excludes>
         </excludes>
  
  
  
  1.2       +2 -2      jakarta-commons-sandbox/primitives/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/primitives/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	1 Sep 2003 22:00:54 -0000	1.1
  +++ build.xml	20 Sep 2003 21:11:16 -0000	1.2
  @@ -232,7 +232,7 @@
       <echo message="Running primitives tests ..."/>
       <java classname="${test.runner}" fork="yes"
           failonerror="${test.failonerror}">
  -      <arg value="org.apache.commons.primitives.AllPrimitivesTestSuite"/>
  +      <arg value="org.apache.commons.primitives.AllTestSuite"/>
         <classpath refid="test.classpath"/>
       </java>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org