From 1e28ff393047abff3a464637a15b86eebe52325e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Oct 2009 00:07:16 +0200 Subject: We now test lombok in a new eclipse launched in the debugger which is waaay nicer. The old runEclipse scripts are now useless, so they have been removed. --- runEclipse | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 runEclipse (limited to 'runEclipse') diff --git a/runEclipse b/runEclipse deleted file mode 100755 index db599c3e..00000000 --- a/runEclipse +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse/Eclipse.app/Contents/MacOS && /Applications/eclipse/eclipse - - -- cgit