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 re...@apache.org on 2001/02/11 22:08:46 UTC

cvs commit: jakarta-slide/src/webdav/client/bin run.bat run.sh

remm        01/02/11 13:08:46

  Modified:    src/webdav/client/bin run.bat run.sh
  Log:
  - The run scripts for the command line client will now add the JAXP libraries
    to the classpath.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-slide/src/webdav/client/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/bin/run.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.bat	2000/12/12 06:56:41	1.2
  +++ run.bat	2001/02/11 21:08:46	1.3
  @@ -1,3 +1,3 @@
   @echo off
  -set CP2=%CLASSPATH%;./classes/;./lib/webdav.jar
  +set CP2=%CLASSPATH%;./classes/;./lib/webdav.jar;./lib/jaxp.jar;./lib/crimson.jar
   java -classpath %CP2% org.apache.webdav.cmd.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
  
  
  
  1.2       +1 -1      jakarta-slide/src/webdav/client/bin/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/bin/run.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.sh	2000/12/14 02:18:50	1.1
  +++ run.sh	2001/02/11 21:08:46	1.2
  @@ -3,7 +3,7 @@
   # Helper to run the command line client
   #
    
  -CLASSPATH=${CLASSPATH}:../classes:../lib/webdav.jar
  +CLASSPATH=${CLASSPATH}:../classes:../lib/webdav.jar:../lib/jaxp.jar:../lib/crimson.jar
   
   export CLASSPATH