From 1b4aa13a84e16ce9b973be059499f8b973a2baba Mon Sep 17 00:00:00 2001
From: Roel Spilker <r.spilker@gmail.com>
Date: Sat, 10 Oct 2009 02:24:40 +0200
Subject: Changed eclipse dir to the thing most likely to work.

---
 runEclipse.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runEclipse.bat b/runEclipse.bat
index 983e5be5..2e36c9cb 100644
--- a/runEclipse.bat
+++ b/runEclipse.bat
@@ -1,4 +1,4 @@
-SET ECLIPSEDIR=e:\eclipse-34-rc3
+SET ECLIPSEDIR=c:\eclipse
 CALL ant
 COPY dist\lombok.jar %ECLIPSEDIR%\*.*
 SET curdir=%CD%
-- 
cgit