aboutsummaryrefslogtreecommitdiff
path: root/runEclipse
diff options
context:
space:
mode:
Diffstat (limited to 'runEclipse')
-rwxr-xr-xrunEclipse5
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
-
-