| 1 | <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> |
|---|
| 2 | |
|---|
| 3 | <!-- @warning.generated-file@ --> |
|---|
| 4 | |
|---|
| 5 | <installation version="1.0"> |
|---|
| 6 | |
|---|
| 7 | <info> |
|---|
| 8 | <appname>@name.package@</appname> |
|---|
| 9 | <appversion>@version.major@.@version.minor@.@version.patch@ @version.extra@ @version.extra1@</appversion> |
|---|
| 10 | <authors> |
|---|
| 11 | <author name="@name.maintainer@" email="@email.maintainer@"/> |
|---|
| 12 | </authors> |
|---|
| 13 | <url>@supporturl@</url> |
|---|
| 14 | </info> |
|---|
| 15 | <native type="izpack" name="ShellLink.dll"/> |
|---|
| 16 | <guiprefs width="640" height="480" resizable="no"/> |
|---|
| 17 | <locale> |
|---|
| 18 | <langpack iso3="eng"/> |
|---|
| 19 | </locale> |
|---|
| 20 | <resources> |
|---|
| 21 | <res id="LicencePanel.licence" src="license.txt"/> |
|---|
| 22 | <res id="InfoPanel.info" src="release_notes.txt"/> |
|---|
| 23 | <res id="shortcutSpec.xml" src="build/dist/shortcutSpec-windows.xml"/> |
|---|
| 24 | </resources> |
|---|
| 25 | |
|---|
| 26 | <panels> |
|---|
| 27 | <panel classname="InfoPanel"/> |
|---|
| 28 | <panel classname="LicencePanel"/> |
|---|
| 29 | <panel classname="TargetPanel"/> |
|---|
| 30 | <panel classname="PacksPanel"/> |
|---|
| 31 | <panel classname="ShortcutPanel"/> |
|---|
| 32 | <panel classname="InstallPanel"/> |
|---|
| 33 | <panel classname="SimpleFinishPanel"/> |
|---|
| 34 | </panels> |
|---|
| 35 | |
|---|
| 36 | <packs> |
|---|
| 37 | <pack name="Base" required="yes"> |
|---|
| 38 | <description>RomRaider binary files</description> |
|---|
| 39 | <file src="build/windows/lib/@name.package@.jar" targetdir="$INSTALL_PATH"/> |
|---|
| 40 | <file src="build/dist/@name.package@.exe" targetdir="$INSTALL_PATH"/> |
|---|
| 41 | <file src="license.txt" targetdir="$INSTALL_PATH"/> |
|---|
| 42 | <file src="release_notes.txt" targetdir="$INSTALL_PATH"/> |
|---|
| 43 | |
|---|
| 44 | <fileset dir="graphics" targetdir="$INSTALL_PATH/graphics" excludes="*.bmp"/> |
|---|
| 45 | |
|---|
| 46 | <file src="log4j.properties" targetdir="$INSTALL_PATH"/> |
|---|
| 47 | |
|---|
| 48 | <file src="cars_def.dtd" targetdir="$INSTALL_PATH"/> |
|---|
| 49 | <file src="ecu_defs.dtd" targetdir="$INSTALL_PATH"/> |
|---|
| 50 | <file src="logger.dtd" targetdir="$INSTALL_PATH"/> |
|---|
| 51 | <file src="profile.dtd" targetdir="$INSTALL_PATH"/> |
|---|
| 52 | |
|---|
| 53 | <file src="plugins/aem.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 54 | <file src="plugins/aem2.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 55 | <file src="plugins/fourteenpoint7.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 56 | <file src="plugins/innovate.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 57 | <file src="plugins/lm2_mts.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 58 | <file src="plugins/mrf.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 59 | <file src="plugins/plx.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 60 | <file src="plugins/te.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 61 | <file src="plugins/zt2.plugin" targetdir="$INSTALL_PATH/plugins"/> |
|---|
| 62 | |
|---|
| 63 | <fileset dir="lib/common" targetdir="$INSTALL_PATH/lib/common"/> |
|---|
| 64 | <fileset dir="lib/windows" targetdir="$INSTALL_PATH/lib/windows"/> |
|---|
| 65 | |
|---|
| 66 | <updatecheck> |
|---|
| 67 | <include name="plugins/**"/> |
|---|
| 68 | <exclude name="plugins/aem.plugin"/> |
|---|
| 69 | <exclude name="plugins/fourteenpoint7.plugin"/> |
|---|
| 70 | <exclude name="plugins/innovate.plugin"/> |
|---|
| 71 | <exclude name="plugins/lm2_mts.plugin"/> |
|---|
| 72 | <exclude name="plugins/mrf.plugin"/> |
|---|
| 73 | <exclude name="plugins/plx.plugin"/> |
|---|
| 74 | <exclude name="plugins/zt2.plugin"/> |
|---|
| 75 | </updatecheck> |
|---|
| 76 | |
|---|
| 77 | </pack> |
|---|
| 78 | |
|---|
| 79 | <pack name="Source Files" required="no"> |
|---|
| 80 | <description>@name.package@ Source Files</description> |
|---|
| 81 | <file src="src" targetdir="$INSTALL_PATH"/> |
|---|
| 82 | </pack> |
|---|
| 83 | </packs> |
|---|
| 84 | </installation> |
|---|