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/21 17:31:56 UTC

cvs commit: jakarta-slide/testsuite/bin cpbuild.CMD

juergen     01/11/21 08:31:56

  Added:       testsuite/bin cpbuild.CMD
  Log:
  Renamed from appendcp.CMD
  
  Revision  Changes    Path
  1.1                  jakarta-slide/testsuite/bin/cpbuild.CMD
  
  Index: cpbuild.CMD
  ===================================================================
  @echo off
  set _CP=
  if "%1" == "" goto END
  echo Appending %1 and all jar files contained in %1 to the classpath...
  set CLASSPATH=%CLASSPATH%;%1
  for %%f in (%1\*.jar) do call cpappend %%f
  set CLASSPATH=%CLASSPATH%;%_CP%
  :END
  set _CP=
  
  
  

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