1 <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
3 <installation version="1.0">
4 <native type="izpack" name="ShellLink.dll"/>
7 <appname>iDMC</appname>
8 <appversion>2.0.5</appversion>
10 <author name="Daniele Pizzoni" email="auouo@tin.it"/>
11 <author name="Alexei Grigoriev" email="alexei_grigoriev@libero.it"/>
12 <author name="Antonio, Fabio Di Narzo" email="antonio.fabio@gmail.com"/>
14 <url>http://code.google.com/p/idmc/</url>
15 <javaversion>1.6</javaversion>
18 <guiprefs width="640" height="480" resizable="no"/>
21 <langpack iso3="eng"/>
25 <res id="LicencePanel.licence" src="COPYING"/>
26 <res id="InfoPanel.info" src="README"/>
27 <res id="shortcutSpec.xml" src="../shortcutSpec.xml"/>
28 <res id="Unix_shortcutSpec.xml" src="../Unix_shortcutSpec.xml"/>
33 We indicate here which panels we want to use. The order will be respected.
36 <panel classname="HelloPanel"/>
37 <panel classname="InfoPanel"/>
38 <panel classname="LicencePanel"/>
39 <panel classname="TargetPanel"/>
40 <panel classname="PacksPanel"/>
41 <panel classname="SummaryPanel"/>
42 <panel classname="InstallPanel"/>
43 <panel classname="ShortcutPanel"/>
44 <panel classname="FinishPanel"/>
48 <pack name="Base" required="yes">
49 <description>The base files</description>
50 <file src="README" targetdir="$INSTALL_PATH"/>
51 <file src="COPYING" targetdir="$INSTALL_PATH"/>
52 <file src="logo_new.jpg" targetdir="$INSTALL_PATH"/>
53 <singlefile src="iDmc.jar" target="$INSTALL_PATH/iDmc-$APP_VER.jar"/>
54 <singlefile src="jidmclib.so" target="$INSTALL_PATH/jidmclib.so" os="unix"/>
55 <singlefile src="jidmclib.dll" target="$INSTALL_PATH/jidmclib.dll" os="windows"/>
57 <pack name="Models" required="no">
58 <description>Example model files</description>
59 <fileset dir="models" targetdir="$INSTALL_PATH/models" include="**/*.lua"/>
61 <!-- <pack name="Docs" required="no">
62 <description>The Documentation</description>
63 <file src="doc" targetdir="$INSTALL_PATH"/>