diff options
Diffstat (limited to 'textproc/jaxup/files/jaxup-xupdater.sh')
-rw-r--r-- | textproc/jaxup/files/jaxup-xupdater.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/jaxup/files/jaxup-xupdater.sh b/textproc/jaxup/files/jaxup-xupdater.sh new file mode 100644 index 000000000000..aabc8ca05828 --- /dev/null +++ b/textproc/jaxup/files/jaxup-xupdater.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# +# $FreeBSD$ + +JAVA_VERSION="1.3+" %%LOCALBASE%%/bin/java -cp "`"%%LOCALBASE%%/bin/classpath"`:%%DATADIR%%/jaxup-xupdater.jar" "DOMXUpdater" "$@" |