added authors info to install spec file
[iDMC.git] / install.xml
blob1ec2d91eabfbf239cddbe0ce8d0c71e6fd59a53f
1 <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
3 <installation version="1.0">
4     <native type="izpack" name="ShellLink.dll"/>
6     <info>
7         <appname>iDMC</appname>
8         <appversion>2.0.5</appversion>
9         <authors>
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"/>
13         </authors>
14         <url>http://code.google.com/p/idmc/</url>
15         <javaversion>1.6</javaversion>
16     </info>
17     
18     <guiprefs width="640" height="480" resizable="no"/>
19     
20     <locale>
21             <langpack iso3="eng"/>
22     </locale>
23     
24     <resources>
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"/>
29     </resources>
30     
31     <!-- 
32         The panels section.
33         We indicate here which panels we want to use. The order will be respected.
34     -->
35     <panels>
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"/>
45     </panels>
46     
47     <packs>
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"/>
56         </pack>
57         <pack name="Models" required="no">
58                 <description>Example model files</description>
59                 <fileset dir="models" targetdir="$INSTALL_PATH/models" include="**/*.lua"/>
60         </pack> 
61 <!--        <pack name="Docs" required="no">
62             <description>The Documentation</description>
63             <file src="doc" targetdir="$INSTALL_PATH"/> 
64     </pack> -->
65     </packs>
67 </installation>