source: release-kits/lirk3/resources/gs3-release-maker/ant/bin/lcp.bat@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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