Revision 32856

View differences:

tags/tmp_build/install/IzPack/bin/native/3rdparty/Usage.txt
1
Put your own native libraries here.
0 2

  
tags/tmp_build/install/IzPack/bin/compile
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" "$@"
0 11

  
tags/tmp_build/install/IzPack/bin/customActions/AntActionInstallerListener/META-INF/MANIFEST.MF
1
Manifest-Version: 1.0
2
Ant-Version: Apache Ant 1.6.2
3
Created-By: 1.5.0_02-b09 (Sun Microsystems Inc.)
4

  
0 5

  
tags/tmp_build/install/IzPack/bin/customActions/AntActionUninstallerListener/META-INF/MANIFEST.MF
1
Manifest-Version: 1.0
2
Ant-Version: Apache Ant 1.6.2
3
Created-By: 1.5.0_02-b09 (Sun Microsystems Inc.)
4

  
0 5

  
tags/tmp_build/install/IzPack/bin/compile.bat
1
@echo off
2
@rem =====================================
3
@rem DOS Batch file to invoke the compiler
4
@rem =====================================
5

  
6
SET IZH=/home/nacho/IzPack
7
java -jar "%IZH%\lib\compiler.jar" -HOME "%IZH%" %1 %2 %3 %4 %5 %6 %7 %8 %9
8

  
9
@echo on
0 10

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff