From 2e8e43a12e21151ff470a2729373b4af4980d113 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 20 Jun 2009 23:29:47 +0200 Subject: Runs eclipse on a mac. --- runEclipse | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 runEclipse 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 + + -- cgit