You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2001/11/20 15:52:30 UTC

cvs commit: jakarta-slide/testsuite Build.xml

juergen     01/11/20 06:52:30

  Modified:    testsuite Build.xml
  Log:
  added "jakarta-oro-2.0.jar" to the classpath and dependencies. Note: the file is not ready to run yet.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-slide/testsuite/Build.xml
  
  Index: Build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/Build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Build.xml	2001/11/20 14:35:30	1.1
  +++ Build.xml	2001/11/20 14:52:30	1.2
  @@ -4,7 +4,7 @@
     <property name="debug" value="${basedir}/testsuite/junit/debug" />
     <property name="lib" value="${basedir}/lib" />
     <property name="dist" value="${basedir}/dist" />
  -  <property name="cpath" value="${lib}/commons-httpclient.jar;${lib}/jdom.jar;${lib}/junit.jar;${lib}/tprocessor.jar;${lib}/webdavlib.jar;${lib}/xerces.jar" />
  +  <property name="cpath" value="${lib}/commons-httpclient.jar;${lib}/jdom.jar;${lib}/junit.jar;${lib}/tprocessor.jar;${lib}/webdavlib.jar;${lib}/xerces.jar;${lib}/jakarta-oro-2.0.jar" />
     
     <!-- =============================================================== -->
     <target name="compile">
  
  
  

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