summaryrefslogtreecommitdiff
path: root/bin/lcp.bat
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-31 14:14:50 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-31 14:14:50 +0200
commit4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee (patch)
treed46b80a7efcc770d28cdeb3c5a6083a8c9b97c0c /bin/lcp.bat
parent56afac46ce0912eb496b5b22af0d28070218e7be (diff)
Cleanup bin & add eclipse launch configurations
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%
-