added db.getRemovedNodes() and db.getRemovedEdges() so that you can get at nodes...
[guess.git] / install.tmpl
blob4c7436a1f023c0bcf7f4f7ddf3fe909fd4fcb655
1 <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
3 <installation version="1.0">
5 <!--
6 The info section.
7 The meaning of the tags should be natural ...
8 -->
9 <info>
10 <appname>GUESS</appname>
11 <appversion>1.0</appversion>
12 <authors>
13 <author name="Eytan Adar" email="eytanadar@yahoo.com"/>
14 </authors>
15 <url>http://www.graphexploration.org/</url>
16 </info>
18 <!--
19 The gui preferences indication.
20 Sets the installer window to 640x480. It will not be able to change the size.
21 -->
22 <guiprefs width="640" height="480" resizable="no"/>
24 <!--
25 The locale section.
26 Asks here to include the English and French langpacks.
27 -->
28 <locale>
29 <langpack iso3="eng"/>
30 </locale>
32 <!--
33 The resources section.
34 The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel.
35 -->
36 <resources>
37 <res id="LicencePanel.licence" src="licenses/license.gpl"/>
38 </resources>
40 <!--
41 The panels section.
42 We indicate here which panels we want to use. The order will be respected.
43 -->
44 <panels>
45 <panel classname="HelloPanel"/>
46 <panel classname="LicencePanel"/>
47 <panel classname="TargetPanel"/>
48 <panel classname="PacksPanel"/>
49 <panel classname="InstallPanel"/>
50 <panel classname="FinishPanel"/>
51 </panels>
53 <!--
54 The packs section.
55 We specify here our packs.
56 -->
57 <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"/>
62 </fileset>
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"/>
69 </pack>
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"/>
74 </fileset>
75 </pack>
76 </packs>
78 </installation>