Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1249 / install / IzPack / bin / compile @ 47851

History | View | Annotate | Download (277 Bytes)

1
#! /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='/home/nacho/IzPack'
8

    
9
# Does the effective launching
10
java -jar "${IZPACK_HOME}/lib/compiler.jar" -HOME "$IZPACK_HOME" "$@"