gcasper     2003/09/19 04:43:55

  Modified:    src/targets test-build.xml
  Log:
  Minor fix
  
  Revision  Changes    Path
  1.20      +1 -1      cocoon-2.1/src/targets/test-build.xml
  
  Index: test-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/test-build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- test-build.xml    11 Sep 2003 22:55:56 -0000      1.19
  +++ test-build.xml    19 Sep 2003 11:43:55 -0000      1.20
  @@ -21,7 +21,7 @@
     </target>
   
     <!-- Anteater tests  -->
  -  <target name="anteater-tests" depends="block-anteater-tests">
  +  <target name="anteater-tests" depends="compile-tests,block-anteater-tests">
       <property name="host" value="localhost"/>
       <property name="port" value="8888"/>
       <property name="base" value="/"/>
  
  
  

Reply via email to