diff options
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% |