8273c1611e
- Patch around gij failing for the doc plug-in generation. - Make /usr/bin/ecj a script (allows all jvms to call it).
5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/sh
|
|
|
|
CLASSPATH=@JAVADIR@/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
|
|
java org.eclipse.jdt.internal.compiler.batch.Main "$@"
|