1 <?xml version=
"1.0" encoding=
"iso-8859-1" standalone=
"yes" ?>
3 <installation version=
"1.0">
7 The meaning of the tags should be natural ...
10 <appname>GUESS
</appname>
11 <appversion>1.0</appversion>
13 <author name=
"Eytan Adar" email=
"eytanadar@yahoo.com"/>
15 <url>http://www.graphexploration.org/
</url>
19 The gui preferences indication.
20 Sets the installer window to 640x480. It will not be able to change the size.
22 <guiprefs width=
"640" height=
"480" resizable=
"no"/>
26 Asks here to include the English and French langpacks.
29 <langpack iso3=
"eng"/>
33 The resources section.
34 The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel.
37 <res id=
"LicencePanel.licence" src=
"licenses/license.gpl"/>
42 We indicate here which panels we want to use. The order will be respected.
45 <panel classname=
"HelloPanel"/>
46 <panel classname=
"LicencePanel"/>
47 <panel classname=
"TargetPanel"/>
48 <panel classname=
"PacksPanel"/>
49 <panel classname=
"InstallPanel"/>
50 <panel classname=
"FinishPanel"/>
55 We specify here our packs.
58 <pack name=
"Base" required=
"yes">
59 <description>The GUESS Application
</description>
60 <fileset dir=
"lib" targetdir=
"$INSTALL_PATH/lib">
61 <exclude name=
"lib/**/semantic.cache"/>
63 <fileset dir=
"demo" targetdir=
"$INSTALL_PATH/demo"/>
64 <fileset dir=
"Tools" targetdir=
"$INSTALL_PATH/Tools"/>
65 <fileset dir=
"scripts" targetdir=
"$INSTALL_PATH/scripts"/>
66 <fileset dir=
"manual" targetdir=
"$INSTALL_PATH/manual"/>
67 <fileset dir=
"src/Lib" targetdir=
"$INSTALL_PATH/src/Lib"/>
68 <fileset dir=
"." includes=
"guess.bat,guessallgui.bat,nohost.gdf,test.html,test2.html,jython.bat,jythonc.bat,test.xml,README.TXT,sample.gdf,manual/manual.pdf,guess-src.jar,licenses/**" targetdir=
"$INSTALL_PATH"/>
70 <pack name=
"Src" required=
"no">
71 <description>The Source Files
</description>
72 <fileset dir=
"src" targetdir=
"$INSTALL_PATH/src">
73 <exclude name=
"src/**/semantic.cache"/>