This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstaller-config-win-jre.xml
217 lines (168 loc) · 8.03 KB
/
installer-config-win-jre.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<installation version="1.0">
<!-- =================================================================================== -->
<info>
<appname>geonetwork</appname>
<appversion>@version@ @subVersion@</appversion>
<authors>
<author name="OSGeo" email="[email protected]"/>
<author name="FAO GeoNetwork Team" email="[email protected]"/>
<author name="VAM WFP" email="[email protected]"/>
<author name="UNEP.net" email="[email protected]"/>
<author name="OCHA" email="[email protected]"/>
</authors>
<url>http://geonetwork-opensource.org/</url>
<javaversion>@javaVersion@</javaversion>
</info>
<!-- =================================================================================== -->
<guiprefs width="800" height="600" resizable="yes">
<laf name="liquid">
<os family="unix"/>
<os family="windows"/>
<os family="mac"/>
</laf>
<modifier value="false" key="showDebugWindow" />
</guiprefs>
<!-- =================================================================================== -->
<locale>
<langpack iso3="eng"/>
<langpack iso3="fra"/>
<langpack iso3="spa"/>
</locale>
<!-- =================================================================================== -->
<resources>
<res id="HTMLLicencePanel.licence" src="../web/geonetwork/docs/license.html"/>
<res id="HTMLLicencePanel.licence_fra" src="../web/geonetwork/docs/license_fra.html"/>
<res id="HTMLLicencePanel.licence_spa" src="../web/geonetwork/docs/license_spa.html"/>
<res id="HTMLInfoPanel.info" src="../.props/readme.html"/>
<res id="HTMLInfoPanel.info_fra" src="../.props/readme_fra.html"/>
<res id="HTMLInfoPanel.info_spa" src="../.props/readme_spa.html"/>
<res id="Installer.image" src="installer.png"/>
<res id="shortcutSpec.xml" src="windows-shortcuts.xml"/>
<res id="Unix_shortcutSpec.xml" src="unix-shortcuts.xml"/>
<res id="Win_shortcutSpec.xml" src="windows-shortcuts.xml"/>
<res id="packsLang.xml" src="packsLang.xml"/>
<res id="packsLang.xml_fra" src="packsLang.xml_fra"/>
<res id="packsLang.xml_spa" src="packsLang.xml_spa"/>
</resources>
<!-- =================================================================================== -->
<panels>
<panel classname="HelloPanel" id="helloPanel"/>
<panel classname="HTMLLicencePanel" id="htmlLicensePanel"/>
<panel classname="TargetPanel" id="targetPanel"/>
<panel classname="PacksPanel" id="packsPanel"/>
<panel classname="InstallPanel" id="installPanel"/>
<panel classname="ShortcutPanel" id="shortcutPanel"/>
<panel classname="HTMLInfoPanel" id="htmlInfoPanel"/>
<panel classname="FinishPanel" id="finishPanel"/>
</panels>
<!-- =================================================================================== -->
<native type="izpack" name="ShellLink.dll" />
<!-- =================================================================================== -->
<packs>
<pack id="core" name="Core" required="no" preselected="yes">
<description/>
<fileset dir="../docs" targetdir="$INSTALL_PATH/web/geonetwork/docs">
<exclude name="build/**"/>
<exclude name="build.xml"/>
<exclude name="build-docbook.xml"/>
<exclude name="docbook/**"/>
<exclude name="html/**"/>
<exclude name="images/**"/>
</fileset>
<fileset dir="../docs/html" targetdir="$INSTALL_PATH/web/geonetwork/docs"/>
<singlefile src="../.props/readme.html" target="$INSTALL_PATH/web/geonetwork/docs/readme.html" override="true"/>
<fileset dir="../bin" targetdir="$INSTALL_PATH/bin">
<exclude name="jre/**"/>
<!-- <exclude name="jetty.xml_with_geoserver"/>-->
</fileset>
<singlefile target="$INSTALL_PATH/bin/start-geonetwork.bat" src="../bin/jre/start-geonetwork-jre.bat" override="true"/>
<singlefile target="$INSTALL_PATH/bin/stop-geonetwork.bat" src="../bin/jre/stop-geonetwork-jre.bat" override="true"/>
<singlefile target="$INSTALL_PATH/bin/gast.bat" src="../bin/jre/gast-jre.bat" override="true"/>
<fileset dir="../jre1.5.0_12" targetdir="$INSTALL_PATH/jre1.5.0_12" />
<fileset dir="../gast" targetdir="$INSTALL_PATH/gast">
<exclude name="logs/gast.log*"/>
</fileset>
<fileset dir="../jetty" targetdir="$INSTALL_PATH/jetty">
<exclude name="logs/*.log"/>
<exclude name="logs/archive/*.log"/>
</fileset>
<fileset dir="../web" targetdir="$INSTALL_PATH/web">
<exclude name="geonetwork/images/logos/*"/>
<exclude name="geonetwork/WEB-INF/db/account.prop"/>
<exclude name="geonetwork/WEB-INF/db/data/*"/>
<exclude name="geonetwork/WEB-INF/db/log/*"/>
<exclude name="geonetwork/WEB-INF/lucene/*"/>
<exclude name="intermap/logs/*"/>
<exclude name="intermap/WEB-INF/mapServers.xml_with_geoserver"/>
<exclude name="geoserver/**"/>
</fileset>
<fileset dir="../data" targetdir="$INSTALL_PATH/data">
<exclude name="00000-00099/**"/>
<exclude name="geoserver_data/**"/>
<exclude name="removed/**"/>
</fileset>
<fileset dir="../schematrons" targetdir="$INSTALL_PATH/schematrons">
<exclude name="saxon*"/>
</fileset>
<fileset dir="../jsbuild" targetdir="$INSTALL_PATH/jsbuild">
</fileset>
<executable targetfile="$INSTALL_PATH/bin/start-geonetwork.sh" />
<executable targetfile="$INSTALL_PATH/bin/stop-geonetwork.sh" />
<executable targetfile="$INSTALL_PATH/bin/gast.sh" />
<executable targetfile="$INSTALL_PATH/gast/gast.jar"
type ="jar"
keep ="true"
stage ="postinstall">
<args>
<arg value="-setup"/>
</args>
</executable>
</pack>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<pack name="Sample metadata" required="no" preselected="yes" id="idSampleM">
<description/>
<executable targetfile="$INSTALL_PATH/gast/gast.jar"
type ="jar"
keep ="true"
stage ="postinstall">
<args>
<arg value="-sampleData"/>
</args>
</executable>
</pack>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<pack name="GeoServer web map server" required="no" preselected="yes" id="geoserver">
<description/>
<fileset dir="../web/geoserver" targetdir="$INSTALL_PATH/web/geoserver" />
<fileset dir="../data/geoserver_data" targetdir="$INSTALL_PATH/data/geoserver_data">
<exclude name="data/catalog.xml_jpg"/>
<exclude name="data/coverages/BlueMarble_world/world-topo-bathy-200407-3x8640x4320.jpg"/>
<exclude name="data/coverages/BlueMarble_world/world-topo-bathy-200407-3x8640x4320.wld"/>
<exclude name="data/coverages/BlueMarble_world/info.xml_jpg"/>
</fileset>
<singlefile target="$INSTALL_PATH/web/intermap/WEB-INF/mapServers.xml"
src="../web/intermap/WEB-INF/mapServers.xml_with_geoserver" override="true"/>
</pack>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<pack id="csw" name="CSW 2.0.2 test client" required="no" preselected="no">
<description/>
<fileset dir="../csw" targetdir="$INSTALL_PATH/csw"/>
<executable targetfile="$INSTALL_PATH/csw/cswClient.sh" />
</pack>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<pack id="src" name="Source code" required="no" preselected="no">
<description/>
<fileset dir="../src" targetdir="$INSTALL_PATH/src"/>
<file src="../build.xml" targetdir="$INSTALL_PATH"/>
</pack>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<pack id="ibt" name="Installer building tools" required="no" preselected="no">
<description/>
<fileset dir="../installer" targetdir="$INSTALL_PATH/installer">
<exclude name="**/.build"/>
</fileset>
</pack>
</packs>
<!-- =================================================================================== -->
</installation>