summaryrefslogtreecommitdiff
path: root/bin/lcp.bat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lcp.bat')
-rwxr-xr-xbin/lcp.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/lcp.bat b/bin/lcp.bat
deleted file mode 100755
index f2bb801..0000000
--- a/bin/lcp.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-set _CLASSPATHCOMPONENT=%1
-:argCheck
-if %2a==a goto gotAllArgs
-shift
-set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
-goto argCheck
-:gotAllArgs
-set LOCALCLASSPATH=%LOCALCLASSPATH%;%_CLASSPATHCOMPONENT%
-