diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-16 22:29:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-16 22:29:58 +0200 |
commit | 6187d5059565ee96ac635ebbe5bd5514d25a6e2b (patch) | |
tree | 4e89ec7e390ba71717b38534d8aa40faaf33e2bd | |
parent | c4ced5e73892a3b1293d26204638641bfcb3705f (diff) | |
download | lombok-6187d5059565ee96ac635ebbe5bd5514d25a6e2b.tar.gz lombok-6187d5059565ee96ac635ebbe5bd5514d25a6e2b.tar.bz2 lombok-6187d5059565ee96ac635ebbe5bd5514d25a6e2b.zip |
Moved this script to copy the recently built lombok.jar to the same location that the installer uses.
-rwxr-xr-x | runEclipse | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse && /Applications/eclipse/eclipse +ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse/Eclipse.app/Contents/MacOS && /Applications/eclipse/eclipse |