diff options
-rw-r--r-- | runEclipse.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runEclipse.bat b/runEclipse.bat new file mode 100644 index 00000000..983e5be5 --- /dev/null +++ b/runEclipse.bat @@ -0,0 +1,7 @@ +SET ECLIPSEDIR=e:\eclipse-34-rc3 +CALL ant +COPY dist\lombok.jar %ECLIPSEDIR%\*.* +SET curdir=%CD% +CD %ECLIPSEDIR% +eclipsec.exe +CD %curdir% |