Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_904 / install / IzPack / src / dist-files / compile @ 34083

History | View | Annotate | Download (272 Bytes)

1 5819 cesar
#! /bin/sh
2
3
# Launches the IzPack compiler.
4
# Use the '-?' argument to know the parameters and call syntax.
5
6
# Sets the IzPack home directory
7
IZPACK_HOME='$INSTALL_PATH'
8
9
# Does the effective launching
10
java -jar "${IZPACK_HOME}/lib/compiler.jar" -HOME "$IZPACK_HOME" "$@"