summaryrefslogtreecommitdiff
path: root/bin/env.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/env.bat
parent56afac46ce0912eb496b5b22af0d28070218e7be (diff)
Cleanup bin & add eclipse launch configurations
Diffstat (limited to 'bin/env.bat')
-rwxr-xr-xbin/env.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/env.bat b/bin/env.bat
deleted file mode 100755
index f387d0e..0000000
--- a/bin/env.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-@echo off
-set CRISTAL_HOME=%CD:~0,-4%
-set PATH=%PATH%;%CD%\win32
-set LOCALCLASSPATH=%CRISTAL_HOME%\build\classes
-for %%i in ("%CRISTAL_HOME%\lib\*.jar") do call "lcp.bat" %%i