From ad736c43b1f0634e634064a72df0607b03b4c5ae Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 31 Jul 2009 15:50:58 +0200 Subject: Added a test script for Eclipse on Windows --- runEclipse.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runEclipse.bat (limited to 'runEclipse.bat') 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% -- cgit