eclipse/efj.sh.in
Chris Aniszczyk 539fd3f99d - New e-b snapshot - first eclipse 3.7 build based on 3.7 RC1.
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-05-17 09:01:33 -05:00

7 lines
224 B
Bash

#!/bin/sh
launcherJar=$(ls /usr/lib/eclipse/plugins | grep "org.eclipse.equinox.launcher_")
java -cp ${launcherJar} org.eclipse.core.launcher.Main \
-application org.eclipse.jdt.core.JavaCodeFormatter \
${1+"$@"}