aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-20 23:29:47 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-20 23:29:47 +0200
commit2e8e43a12e21151ff470a2729373b4af4980d113 (patch)
tree219c47a6f7f1d78cbfeaf8ca3dfa3e411be7a6ef
parentff306fa5d97a09d69332c76a33596bb053222855 (diff)
downloadlombok-2e8e43a12e21151ff470a2729373b4af4980d113.tar.gz
lombok-2e8e43a12e21151ff470a2729373b4af4980d113.tar.bz2
lombok-2e8e43a12e21151ff470a2729373b4af4980d113.zip
Runs eclipse on a mac.
-rwxr-xr-xrunEclipse5
1 files changed, 5 insertions, 0 deletions
diff --git a/runEclipse b/runEclipse
new file mode 100755
index 00000000..12de10b8
--- /dev/null
+++ b/runEclipse
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse && /Applications/eclipse/eclipse
+
+