mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9 lines
228 B
Bash
9 lines
228 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
export CLASSPATH=%%PREFIX%%/share/java/classes/xml4j.jar:%%PREFIX%%/share/java/classes/lotusxsl.jar:${CLASSPATH}
|
|
|
|
java com.lotus.xsl.xml4j2dom.XML4JLiaison4dom $* -v
|
|
|
|
# -xsl ??.xsl -in ??.xml -out ??.html
|