From 6187d5059565ee96ac635ebbe5bd5514d25a6e2b Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 16 Jul 2009 22:29:58 +0200 Subject: Moved this script to copy the recently built lombok.jar to the same location that the installer uses. --- runEclipse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runEclipse b/runEclipse index 12de10b8..db599c3e 100755 --- a/runEclipse +++ b/runEclipse @@ -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 -- cgit