[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/testsuite/bin cpbuild.CMD
From:       juergen () apache ! org
Date:       2001-11-21 16:31:56
[Download RAW message or body]

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:   <mailto:slide-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@jakarta.apache.org>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic