summarylogtreecommitdiffstats
path: root/ecj1
diff options
context:
space:
mode:
authorJoey Dumont2015-06-11 15:10:14 -0400
committerJoey Dumont2015-06-11 15:10:14 -0400
commita0d0e1480b73b3cd5b7c18ecf862852bce753eac (patch)
treeee17c0f950b5708832be0ff53782606080d3cc51 /ecj1
downloadaur-a0d0e1480b73b3cd5b7c18ecf862852bce753eac.tar.gz
Pushed package to AUR4.
Diffstat (limited to 'ecj1')
-rwxr-xr-xecj15
1 files changed, 5 insertions, 0 deletions
diff --git a/ecj1 b/ecj1
new file mode 100755
index 000000000000..f455b93f2126
--- /dev/null
+++ b/ecj1
@@ -0,0 +1,5 @@
+#!/bin/sh
+gij -cp /usr/share/java/eclipse-ecj.jar \
+ org.eclipse.jdt.internal.compiler.batch.GCCMain \
+ ${1+"$@"}
+