Changeset View
Changeset View
Standalone View
Standalone View
head/lang/apache-commons-jelly/files/jelly.sh.in
| Property | Old Value | New Value |
|---|---|---|
| svn:eol-style | null | native \ No newline at end of property |
| svn:keywords | null | FreeBSD=%H \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| #!/bin/sh | |||||
| # | |||||
| # $FreeBSD$ | |||||
| JELLY_HOME="${JELLY_HOME:-"%%DATADIR%%"}" | |||||
| CLASSPATH="${CLASSPATH}:${JELLY_HOME}/lib/forehead-1.0-beta-5.jar" | |||||
| FOREHEAD_CONF="${FOREHEAD_CONF:-"${JELLY_HOME}/bin/forehead.conf"}" | |||||
| JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" \ | |||||
| -classpath "${CLASSPATH}" \ | |||||
| -Dforehead.conf.file="${FOREHEAD_CONF}" \ | |||||
| -Djelly.home="${JELLY_HOME}" \ | |||||
| -Dtools.jar="${JAVA_HOME}/lib/tools.jar" \ | |||||
| ${JELLY_OPTS} \ | |||||
| com.werken.forehead.Forehead "$@" | |||||