Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
# Currently, this package uses an included JFlex.jar file to bootstrap.
# Upstream was contacted and this bootstrap is really needed. The only way to
# avoid it would be to use a supplied pre-compiled .scanner file.
-
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="
ant-core
src_install() {
java-pkg_newjar build/${P}.jar ${PN}.jar
- java-pkg_dolauncher "${PN}" --main jflex.Main
+ java-pkg_dolauncher "${PN}" --main "${PN}.Main"
java-pkg_register-ant-task
if use doc ; then