bba475b325
- Use JAVAJARDIR - Use PORTDOCS - 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.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@"
|