XML editor written in java with WYSIWYG mode for docbook and XHTML. It's RESTRICTED since it may not be redistributed.
6 lines
124 B
Bash
6 lines
124 B
Bash
#!/bin/sh
|
|
#
|
|
# xxe launching helper
|
|
#
|
|
PATH=%%JAVA_HOME%%/bin:${PATH}
|
|
exec %%PREFIX%%/lib/%%DISTNAME%%/bin/`basename $0` "$@"
|