aboutsummaryrefslogtreecommitdiff
path: root/runEclipse.bat
diff options
context:
space:
mode:
Diffstat (limited to 'runEclipse.bat')
-rw-r--r--runEclipse.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/runEclipse.bat b/runEclipse.bat
deleted file mode 100644
index 2e36c9cb..00000000
--- a/runEclipse.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-SET ECLIPSEDIR=c:\eclipse
-CALL ant
-COPY dist\lombok.jar %ECLIPSEDIR%\*.*
-SET curdir=%CD%
-CD %ECLIPSEDIR%
-eclipsec.exe
-CD %curdir%