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/03/13 09:17:33 UTC

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

remm        01/03/13 00:17:33

  Modified:    src/webdav/client/bin run.bat run.sh
  Log:
  - Use the new command line client instead of the old one.
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- run.bat	2001/02/11 21:08:46	1.3
  +++ run.bat	2001/03/13 08:17:27	1.4
  @@ -1,3 +1,3 @@
   @echo off
   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
  \ No newline at end of file
  +java -classpath %CP2% org.apache.webdav.cmd.Slide %1 %2 %3 %4 %5 %6 %7 %8 %9
  \ No newline at end of file
  
  
  
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.sh	2001/02/11 21:08:46	1.2
  +++ run.sh	2001/03/13 08:17:28	1.3
  @@ -7,4 +7,4 @@
   
   export CLASSPATH
   
  -java org.apache.webdav.cmd.Main $*
  \ No newline at end of file
  +java org.apache.webdav.cmd.Slide $*
  \ No newline at end of file