-
Notifications
You must be signed in to change notification settings - Fork 19
/
install.xml
193 lines (167 loc) · 6.81 KB
/
install.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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<installation version="1.0">
<info>
<appname>Freenet</appname>
<appversion>0.7.5</appversion>
<url>https://freenetproject.org/</url>
<javaversion>1.6.0</javaversion>
<uninstaller write="yes"/>
<authors>
<author name="Ian Clarke" email="[email protected]"/>
<author name="Florent Daignière" email="[email protected]"/>
<author name="Scott Miller" email="[email protected]"/>
<author name="Oskar Sandberg" email="[email protected]"/>
<author name="Matthew Toseland" email="[email protected]"/>
<author name="Many unlisted volunteers" email=""/>
</authors>
</info>
<!-- remove labels or icons on buttons ? -->
<guiprefs width="640" height="480" resizable="no">
</guiprefs>
<locale>
<langpack iso3="eng"/>
<langpack iso3="fra"/>
<langpack iso3="deu"/>
<langpack iso3="ita"/>
<langpack iso3="jpn"/>
<langpack iso3="spa"/>
<langpack iso3="dan"/>
<langpack iso3="ell" />
<langpack iso3="cat"/>
<langpack iso3="ned"/>
<langpack iso3="fin"/>
<langpack iso3="swe"/>
<langpack iso3="por"/>
<langpack iso3="pol"/>
<langpack iso3="rus"/>
<langpack iso3="ukr"/>
<langpack iso3="hun"/>
<langpack iso3="svk"/>
<langpack iso3="rom"/>
<langpack iso3="mys"/>
<langpack iso3="nor"/>
<langpack iso3="chn"/>
<langpack iso3="scg"/>
<langpack iso3="cze"/>
<langpack iso3="kor"/>
<!-- <langpack iso3="epo"/> -->
</locale>
<variables>
<variable name="DesktopShortcutCheckboxEnabled" value="true" />
<variable name="InstallerFrame.logfilePath" value="$INSTALL_PATH/Uninstaller/install.log" />
<variable name="app-version" value="0.7.5"/>
<variable name="released-on" value="Thursday 8 May 2008"/>
</variables>
<resources>
<res src="ProcessPanel.Spec.xml" id="ProcessPanel.Spec.xml"/>
<res src="langpacks/fra.xml" id="packsLang.xml_fra"/>
<res src="langpacks/chn.xml" id="packsLang.xml_chn"/>
<res src="langpacks/deu.xml" id="packsLang.xml_deu"/>
<res src="Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
<res src="res/img/title.png" id="installer.langsel.img"/>
<res src="res/img/title.png" id="Installer.image"/>
<res src="res/img/border1.png" id="Installer.image.0"/>
<res src="res/img/border2.png" id="Installer.image.1"/>
<res src="res/img/border3.png" id="Installer.image.2"/>
<res src="res/img/border4.png" id="Installer.image.3"/>
<res src="res/img/border5.png" id="Installer.image.4"/>
<res src="res/img/border5.png" id="Installer.image.5"/>
<res src="res/img/border6.png" id="Installer.image.6"/>
<res src="res/img/border7.png" id="Installer.image.7"/>
</resources>
<panels>
<panel classname="CheckedHelloPanel"/>
<panel classname="TargetPanel"/>
<panel classname="TreePacksPanel"/>
<panel classname="InstallPanel"/>
<panel classname="ProcessPanel"/>
<panel classname="ShortcutPanel"/>
<panel classname="SimpleFinishPanel"/>
</panels>
<packs>
<pack name="Base" id="base" required="yes">
<description>The base files</description>
<fileset dir="res/" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
<exclude name="*/**/.svn/**"/>
<include name="bin/**/*"/>
<include name="wrapper.conf"/>
<include name="startssl.pem"/>
<include name="freenet.ico"/>
</fileset>
</pack>
<pack name="License" id="license" required="yes" parent="base">
<description>The licence files</description>
<file src="res/license/LICENSE.Freenet" targetdir="$INSTALL_PATH"/>
<file src="res/license/LICENSE.Mantissa" targetdir="$INSTALL_PATH"/>
<file src="res/license/README" targetdir="$INSTALL_PATH"/>
</pack>
<pack name="Unix" id="unix" required="yes" parent="base">
<os family="unix"/>
<description>An UNIX specific catch-all pack</description>
<fileset dir="res/unix/" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
<exclude name="*/**/.svn/**"/>
<exclude name="bin/wrapper-*"/>
<exclude name="lib/libwrapper-*"/>
<include name="*/**"/>
</fileset>
<fileset dir="offline" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
<exclude name="*/**/.svn/**"/>
<include name="*/**"/>
</fileset>
<executable targetfile="$INSTALL_PATH/run.sh" type="bin" stage="never" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/setup.sh" type="bin" stage="never"/>
<executable targetfile="$INSTALL_PATH/bin/browse.sh" type="bin" stage="never"/>
<parsable targetfile="$INSTALL_PATH/bin/browse.sh"/>
<parsable targetfile="$INSTALL_PATH/bin/setup.sh"/>
<executable targetfile="$INSTALL_PATH/bin/remove_cronjob.sh" keep="true" stage="uninstall">
<os family="unix"/>
<os family="mac"/>
</executable>
<parsable targetfile="$INSTALL_PATH/bin/remove_cronjob.sh">
<os family="unix"/>
<os family="mac"/>
</parsable>
</pack>
<!-- Yes it's a rip of the unix one, but I haven't found any smarter way to do it! -->
<pack name="MacOSX" id="mac" required="yes" parent="base">
<os family="mac"/>
<description>An MacOSx specific catch-all pack</description>
<fileset dir="res/unix/" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
<exclude name="*/**/.svn/**"/>
<exclude name="bin/wrapper-*"/>
<exclude name="lib/libwrapper-*"/>
<exclude name="bin/install_autostart.sh"/>
<include name="*/**"/>
</fileset>
<fileset dir="res/mac/launchagents" targetdir="$USER_HOME/Library/LaunchAgents">
<include name="*"/>
</fileset>
<fileset dir="res/mac/FreenetTray/binary" targetdir="/Applications/">
<include name="*/**"/>
</fileset>
<fileset dir="res/mac/scripts" targetdir="$INSTALL_PATH">
<include name="*"/>
</fileset>
<fileset dir="offline" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
<exclude name="*/**/.svn/**"/>
<include name="*/**"/>
</fileset>
<executable targetfile="$INSTALL_PATH/run.sh" type="bin" stage="never" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/setup.sh" type="bin" stage="never"/>
<executable targetfile="$INSTALL_PATH/bin/browse.sh" type="bin" stage="never"/>
<executable targetfile="$INSTALL_PATH/StartFreenet.command" type="bin" stage="never"/>
<executable targetfile="/Applications/FreenetTray.app/Contents/MacOS/FreenetTray" type="bin" stage="never"/>
<parsable targetfile="/Applications/FreenetTray.app/Contents/Resources/defaults.plist" type="xml"/>
<parsable targetfile="$USER_HOME/Library/LaunchAgents/com.freenet.startup.plist" type="xml"/>
<executable targetfile="$INSTALL_PATH/startTray.sh" type="bin" stage="never"/>
<parsable targetfile="$INSTALL_PATH/bin/browse.sh"/>
<parsable targetfile="$INSTALL_PATH/bin/setup.sh"/>
<parsable targetfile="$INSTALL_PATH/StartFreenet.command"/>
</pack>
</packs>
</installation>