2007-07-24 21:12:25 -07:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
|
|
|
|
2008-04-20 13:02:22 -07:00
|
|
|
<!-- @warning.generated-file@ -->
|
|
|
|
|
2007-07-24 21:12:25 -07:00
|
|
|
<installation version="1.0">
|
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
<info>
|
|
|
|
<appname>@name.package@</appname>
|
2008-11-15 05:53:15 -08:00
|
|
|
<appversion>@version.major@.@version.minor@.@version.patch@ @version.extra@ @version.extra1@</appversion>
|
2008-04-25 16:17:02 -07:00
|
|
|
<authors>
|
2008-11-15 05:53:15 -08:00
|
|
|
<author name="@name.maintainer@" email="@email.maintainer@"/>
|
2008-04-25 16:17:02 -07:00
|
|
|
</authors>
|
|
|
|
<url>@supporturl@</url>
|
|
|
|
</info>
|
|
|
|
<native type="izpack" name="ShellLink.dll"/>
|
|
|
|
<guiprefs width="640" height="480" resizable="no"/>
|
|
|
|
<locale>
|
|
|
|
<langpack iso3="eng"/>
|
|
|
|
</locale>
|
|
|
|
<resources>
|
|
|
|
<res id="LicencePanel.licence" src="license.txt"/>
|
|
|
|
<res id="InfoPanel.info" src="release_notes.txt"/>
|
|
|
|
<res id="shortcutSpec.xml" src="build/dist/shortcutSpec-linux.xml"/>
|
|
|
|
</resources>
|
2007-07-24 21:12:25 -07:00
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
<panels>
|
|
|
|
<panel classname="InfoPanel"/>
|
|
|
|
<panel classname="LicencePanel"/>
|
|
|
|
<panel classname="TargetPanel"/>
|
|
|
|
<panel classname="PacksPanel"/>
|
|
|
|
<panel classname="ShortcutPanel"/>
|
|
|
|
<panel classname="InstallPanel"/>
|
|
|
|
<panel classname="SimpleFinishPanel"/>
|
|
|
|
</panels>
|
2007-07-24 21:12:25 -07:00
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
<packs>
|
|
|
|
<pack name="Base" required="yes">
|
2008-04-28 04:50:30 -07:00
|
|
|
<description>RomRaider binary files</description>
|
2008-12-26 04:45:43 -08:00
|
|
|
<file src="build/linux/lib/@name.package@.jar" targetdir="$INSTALL_PATH"/>
|
2008-04-25 16:17:02 -07:00
|
|
|
<file src="license.txt" targetdir="$INSTALL_PATH"/>
|
|
|
|
<file src="release_notes.txt" targetdir="$INSTALL_PATH"/>
|
2008-12-26 04:45:43 -08:00
|
|
|
|
|
|
|
<fileset dir="graphics" targetdir="$INSTALL_PATH/graphics" excludes="*.bmp"/>
|
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
<file src="log4j.properties" targetdir="$INSTALL_PATH"/>
|
2007-07-24 21:12:25 -07:00
|
|
|
|
2010-05-03 20:08:02 -07:00
|
|
|
<file src="cars_def.dtd" targetdir="$INSTALL_PATH"/>
|
|
|
|
<file src="ecu_defs.dtd" targetdir="$INSTALL_PATH"/>
|
2008-04-25 16:17:02 -07:00
|
|
|
<file src="logger.dtd" targetdir="$INSTALL_PATH"/>
|
|
|
|
<file src="profile.dtd" targetdir="$INSTALL_PATH"/>
|
2010-05-23 03:58:30 -07:00
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
<file src="plugins/aem.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2010-05-03 20:08:02 -07:00
|
|
|
<file src="plugins/fourteenpoint7.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2009-10-30 22:46:16 -07:00
|
|
|
<file src="plugins/innovate.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2010-05-03 20:08:02 -07:00
|
|
|
<file src="plugins/lm2_mts.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2010-05-23 03:58:30 -07:00
|
|
|
<file src="plugins/mrf.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2009-10-17 15:31:20 -07:00
|
|
|
<file src="plugins/plx.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
|
|
|
<file src="plugins/zt2.plugin" targetdir="$INSTALL_PATH/plugins"/>
|
2007-07-24 21:12:25 -07:00
|
|
|
|
2008-12-26 04:45:43 -08:00
|
|
|
<fileset dir="lib/common" targetdir="$INSTALL_PATH/lib/common"/>
|
|
|
|
<fileset dir="lib/linux" targetdir="$INSTALL_PATH/lib/linux"/>
|
2010-05-23 03:58:30 -07:00
|
|
|
|
2010-05-03 20:08:02 -07:00
|
|
|
<updatecheck>
|
2010-05-23 03:58:30 -07:00
|
|
|
<include name="plugins/**"/>
|
|
|
|
<exclude name="plugins/aem.plugin"/>
|
|
|
|
<exclude name="plugins/fourteenpoint7.plugin"/>
|
|
|
|
<exclude name="plugins/innovate.plugin"/>
|
|
|
|
<exclude name="plugins/lm2_mts.plugin"/>
|
|
|
|
<exclude name="plugins/mrf.plugin"/>
|
|
|
|
<exclude name="plugins/plx.plugin"/>
|
|
|
|
<exclude name="plugins/zt2.plugin"/>
|
|
|
|
</updatecheck>
|
|
|
|
|
2008-04-25 16:17:02 -07:00
|
|
|
</pack>
|
|
|
|
|
|
|
|
<pack name="Source Files" required="no">
|
|
|
|
<description>@name.package@ Source Files</description>
|
|
|
|
<file src="src" targetdir="$INSTALL_PATH"/>
|
|
|
|
</pack>
|
|
|
|
</packs>
|
2007-07-24 21:12:25 -07:00
|
|
|
</installation>
|