diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-10-10 02:24:40 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-10-10 02:24:40 +0200 |
commit | 1b4aa13a84e16ce9b973be059499f8b973a2baba (patch) | |
tree | 2f11979ad307fa39bd4eae4cea275088b3a00ee3 /runEclipse.bat | |
parent | 09d5dad9f51c1b57bb75ce999a25254467bf23fd (diff) | |
download | lombok-1b4aa13a84e16ce9b973be059499f8b973a2baba.tar.gz lombok-1b4aa13a84e16ce9b973be059499f8b973a2baba.tar.bz2 lombok-1b4aa13a84e16ce9b973be059499f8b973a2baba.zip |
Changed eclipse dir to the thing most likely to work.
Diffstat (limited to 'runEclipse.bat')
-rw-r--r-- | runEclipse.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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% |