juergen     2004/02/06 09:34:47

  Modified:    testsuite build.xml
  Log:
  fix duplicate duplicate target
  
  Revision  Changes    Path
  1.12      +1 -5      jakarta-slide/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 6 Feb 2004 17:28:46 -0000       1.11
  +++ build.xml 6 Feb 2004 17:34:47 -0000       1.12
  @@ -6,7 +6,7 @@
     <property name="slideclientlib" value="${basedir}/../webdavclient/dist/lib" />
     <property name="slideclientextlib" value="${basedir}/../webdavclient/lib" />
     <property name="dist" value="${basedir}/dist" />
  -  <property name="client.jar" value="jakarta-slide-webdavlib-2.0b1.jar" />
  +  <property name="client.jar" value="jakarta-slide-webdavlib-2.0beta1.jar" />
     
     <!-- =============================================================== -->
     <target name="compile">
  @@ -87,10 +87,6 @@
     </target>
     <target name="tp.dasl" description="Runs DASL tests">
       <property name="tp.include" value="DASL/**/*.xml"/>
  -    <antcall target="tp.pattern"/>
  -  </target>
  -  <target name="tp.bind" description="Runs bind tests">
  -    <property name="tp.include" value="BIND/**/*.xml"/>
       <antcall target="tp.pattern"/>
     </target>
     <target name="tp.i18n" description="Runs I18N tests">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to