bea32b9d7e
- add RUN_DEPENDS on gcj - adjust JAVA var to point to egij so the scripts work when installed
6 lines
132 B
Bash
6 lines
132 B
Bash
#!/bin/sh
|
|
|
|
CLASSPATH=%%DISTDIR%%/ecj.jar${CLASSPATH:+:}$CLASSPATH \
|
|
egij org.eclipse.jdt.internal.compiler.batch.Main -nowarn "$@"
|
|
|