1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/editors/xxe/files/launcher
Bill Fenner 0c6c6e9cd7 Add xxe, the XMLMind XML Editor, standard edition, a cross-platform
XML editor written in java with WYSIWYG mode for docbook and XHTML.

It's RESTRICTED since it may not be redistributed.
2005-12-09 21:13:08 +00:00

7 lines
124 B
Bash

#!/bin/sh
#
# xxe launching helper
#
PATH=%%JAVA_HOME%%/bin:${PATH}
exec %%PREFIX%%/lib/%%DISTNAME%%/bin/`basename $0` "$@"