mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
3 lines
179 B
Bash
3 lines
179 B
Bash
#!/bin/sh
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/ecj-%%PORTVERSION%%.jar" org.eclipse.jdt.internal.compiler.batch.Main "${@:--help}"
|