freebsd-ports/textproc/jaxup/files/jaxup-xupdater.sh
Herve Quiroz 6ef2256b14 Added a new class and a launcher shell script to perform command-line XUpdate
processing using Jaxup:

$ jaxup-xupdater <source-doc.xml> <xupdate-doc.xml>

Bumped PORTREVISION to reflect this new feature.
2004-11-17 16:54:29 +00:00

5 lines
156 B
Bash

#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="1.3+" %%LOCALBASE%%/bin/java -cp "`"%%LOCALBASE%%/bin/classpath"`:%%DATADIR%%/jaxup-xupdater.jar" "DOMXUpdater" "$@"