9dce94ea1c
- Use JAVAJARDIR - Use PORTDOCS (and calm portlint) - CP -> INSTALL_DATA - Improve the launcher shell script: use javavmwrapper 2.0 rather than testing manually the JDK version - Use SUB_FILES to configure launcher rather than a perl script
5 lines
111 B
Bash
5 lines
111 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.2+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@"
|