You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2002/03/23 01:41:26 UTC

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

jon         02/03/22 16:41:26

  Modified:    codec    build.xml
  Log:
  cosmetic changes
  
  -jon
  
  Revision  Changes    Path
  1.5       +2 -10     jakarta-commons-sandbox/codec/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	23 Mar 2002 00:13:05 -0000	1.4
  +++ build.xml	23 Mar 2002 00:41:26 -0000	1.5
  @@ -3,7 +3,7 @@
   
   <!--
           "Codec" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.4 2002/03/23 00:13:05 jon Exp $
  +        $Id: build.xml,v 1.5 2002/03/23 00:41:26 jon Exp $
   -->
   
   
  @@ -16,25 +16,17 @@
   
   <!-- ========== Construct compile classpath =============================== -->
   
  -  <!-- Construct compile classpath -->
     <path id="compile.classpath">
       <pathelement location="${build.home}/classes"/>
     </path>
   
  -<!-- ========== Test Execution Defaults =================================== -->
  +<!-- ========== Construct unit test classpath ============================= -->
   
  -  <!-- Construct unit test classpath -->
     <path id="test.classpath">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/tests"/>
       <pathelement location="${junit.jar}"/>
     </path>
  -
  -  <!-- Should all tests fail if one does? -->
  -  <property name="test.failonerror"        value="true"/>
  -
  -  <!-- The test runner to execute -->
  -  <property name="test.runner"             value="junit.textui.TestRunner"/>
   
   <!-- ========== Executable Targets ======================================== -->
   
  
  
  

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