diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-12 00:07:16 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-12 00:09:31 +0200 |
commit | 1e28ff393047abff3a464637a15b86eebe52325e (patch) | |
tree | 6be6faab2b9b239d9a1f0add71cd78e785adbdfa /runEclipse | |
parent | aa61766dab4ff9f30937be9e63a2edb784f2637c (diff) | |
download | lombok-1e28ff393047abff3a464637a15b86eebe52325e.tar.gz lombok-1e28ff393047abff3a464637a15b86eebe52325e.tar.bz2 lombok-1e28ff393047abff3a464637a15b86eebe52325e.zip |
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.
Diffstat (limited to 'runEclipse')
-rwxr-xr-x | runEclipse | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runEclipse b/runEclipse deleted file mode 100755 index db599c3e..00000000 --- a/runEclipse +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse/Eclipse.app/Contents/MacOS && /Applications/eclipse/eclipse - - |