b66c991152
- The shell script to run Xalan-J is now installed (and working) - bsd.java.mk 2.0 compliance - Use ${ECHO_MSG} rather than ${ECHO} - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Additional design documentation installed - Updated RUN_DEPENDS - Fixed LOCALBASE/PREFIX issue in RUN_DEPENDS and bin/xalan-j [1] - Use USE_ANT - Use %%JAVAJARDIR%% - Updated pkg-descr (added information and improved text layout) PR: 68553 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor)
5 lines
146 B
Bash
5 lines
146 B
Bash
#!/bin/sh
|
|
|
|
export CLASSPATH=`%%LOCALBASE%%/bin/classpath`:%%JAVAJARDIR%%/xalan.jar
|
|
exec %%LOCALBASE%%/bin/javavm org.apache.xalan.xslt.Process $@
|