aboutsummaryrefslogtreecommitdiff
path: root/runEclipse.bat
blob: 2e36c9cbc51aaf68e2c6ee910882d5d4fa8b8773 (plain)
1
2
3
4
5
6
7
SET ECLIPSEDIR=c:\eclipse
CALL ant
COPY dist\lombok.jar %ECLIPSEDIR%\*.*
SET curdir=%CD%
CD %ECLIPSEDIR%
eclipsec.exe
CD %curdir%