home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.apache.ant_1.6.5 / bin / lcp.bat < prev    next >
Encoding:
DOS Batch File  |  2005-09-29  |  897 b   |  31 lines

  1. REM
  2. REM Copyright  2001-2004 The Apache Software Foundation
  3. REM
  4. REM  Licensed under the Apache License, Version 2.0 (the "License");
  5. REM  you may not use this file except in compliance with the License.
  6. REM  You may obtain a copy of the License at
  7. REM
  8. REM      http://www.apache.org/licenses/LICENSE-2.0
  9. REM
  10. REM  Unless required by applicable law or agreed to in writing, software
  11. REM  distributed under the License is distributed on an "AS IS" BASIS,
  12. REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. REM  See the License for the specific language governing permissions and
  14. REM  limitations under the License.
  15. REM
  16. REM
  17.  
  18. set _CLASSPATHCOMPONENT=%1
  19. if ""%1""=="""" goto gotAllArgs
  20. shift
  21.  
  22. :argCheck
  23. if ""%1""=="""" goto gotAllArgs
  24. set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
  25. shift
  26. goto argCheck
  27.  
  28. :gotAllArgs
  29. set LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%
  30.  
  31.