diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-20 23:29:47 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-20 23:29:47 +0200 |
commit | 2e8e43a12e21151ff470a2729373b4af4980d113 (patch) | |
tree | 219c47a6f7f1d78cbfeaf8ca3dfa3e411be7a6ef | |
parent | ff306fa5d97a09d69332c76a33596bb053222855 (diff) | |
download | lombok-2e8e43a12e21151ff470a2729373b4af4980d113.tar.gz lombok-2e8e43a12e21151ff470a2729373b4af4980d113.tar.bz2 lombok-2e8e43a12e21151ff470a2729373b4af4980d113.zip |
Runs eclipse on a mac.
-rwxr-xr-x | runEclipse | 5 |
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 + + |