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