From 1e28ff393047abff3a464637a15b86eebe52325e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Oct 2009 00:07:16 +0200 Subject: We now test lombok in a new eclipse launched in the debugger which is waaay nicer. The old runEclipse scripts are now useless, so they have been removed. --- runEclipse.bat | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 runEclipse.bat (limited to 'runEclipse.bat') 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% -- cgit