blob: 332884a1b724f0bd5854ccd1c85f9d2672944182 (
plain) (
blame)
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
#######################################################################################
# A dependency is identied by:
# groupId: a simple component name that adheres to java
# variable naming conventions. e.g. wtp
# url: Url to a remote repository that can be used by a
# http GET request to download the library
# to a local cache repository. URL should not include the file.
# See the next description for the file
# file: Name of the library that is used. If the library is platform dependent
# it must have suffixes such as: file.linux.gtk.x86
# These suffixes are the same as those used by releng baseos,basews,basearch
# baseos= linux or win32
# basews= gtk or win32
# basearch=x86
# name: A short user readable name for the library.
# description: One line description for the library.
# autodownload: [optional] default true. Set this to false if the file cannot be
# downloaded automatically (i.e. requires license accept click through).
# If autodownload is false, and the library is not avaialbe in the local
# repository (cache). User must download the library and copy it into
# the local repository.
# releng.url: [optional] Copies the original to a releng repository. Useful for libraries
# that can get deleted from their original URLs. Releng will use
# the local cache, original url, releng.url in that order to get the
# the dependency. If a releng.url is not provided, the library will
# always be requested from its original site.
#
# Example:
# wtp.url = http://download.eclipse.org/webtools/downloads/drops/R-0.7-200507290654
# wtp.file = wtp-sdk-0.7.zip
# wtp.name = WTP 0.7 SDK
# wtp.description = WTP 0.7 SDK distribution
#######################################################################################
orbitthirdpartymap.url = http://download.eclipse.org/tools/orbit/downloads/drops/S200702082257
orbitthirdpartymap.file = orbitBundles.map
orbitthirdpartymap.name = orbit thirdparty map
orbitthirdpartymap.description = orbit thirdparty map
#######################################################################################
thirdparty.url = http://download.eclipse.org/webtools/downloads/drops/R2.0/T-T200702121557-200702121557
thirdparty.file = wtp-thirdpartyAssembly-T-T200702121557-200702121557.zip
thirdparty.name = wst thirdparty jars
thirdparty.description = wst thirdparty jars
#######################################################################################
#######################################################################################
orbitthirdparty.url = http://download.eclipse.org/tools/orbit/committers/drops/S200702082257
orbitthirdparty.file = orbit-S200702082257.zip
orbitthirdparty.name = orbit thirdparty jars
orbitthirdparty.description = orbit thirdparty jars
#######################################################################################
#######################################################################################
# SourceForge DITA-OT
# DITA zip to be downloaded
# DITA will be used for Eclipse Help
# groupID : dita
dita.url = http://umn.dl.sourceforge.net/sourceforge/dita-ot/
dita.file = DITA-OT1.2.1_bin-ASL.zip
dita.name = SourceForge DITA-OT 1.2.1
dita.description = DITA-OT 1.2.1 Binary ASL Distribution
#######################################################################################
wtp.eclipse.build.id=3.3M5
wtp.eclipse.build.dir=S-3.3M5-200702091006
#######################################################################################
# Eclipse SDK Dependency
# Eclipse zip to be downloaded
# Eclipse SDK will be used for building the distribution
# groupID : eclipse
eclipse.url = http://download.eclipse.org/eclipse/downloads/drops/${wtp.eclipse.build.dir}
#eclipse.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
eclipse.file.linux-gtk-x86=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk.tar.gz
eclipse.file.linux-gtk-ppc=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
eclipse.file.win32-win32-x86=eclipse-SDK-${wtp.eclipse.build.id}-win32.zip
eclipse.file.macosx-carbon-ppc=eclipse-SDK-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
eclipse.name = Eclipse SDK v3.3 M4
eclipse.description = Eclipse SDK v3.3 M4
#######################################################################################
#######################################################################################
# Eclipse Test Framework
# Eclipse Test Framework support zip to be downloaded
# Eclipse Test Framework will be used for testing and building the tests
# groupID : eclipseTestFramework
eclipseTestFramework.url = http://download.eclipse.org/eclipse/downloads/drops/${wtp.eclipse.build.dir}
#eclipseTestFramework.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
eclipseTestFramework.file = eclipse-test-framework-${wtp.eclipse.build.id}.zip
eclipseTestFramework.name = Eclipse test framework v3.3 M4
eclipseTestFramework.description = Eclipse test framework v3.3 M4
#######################################################################################
#######################################################################################
# Eclipse Modeling Framework (EMF) Dependency
# EMF zip to be downloaded
# EMF SDO XSD SDK will be used for building the distribution
# groupID : emf
emf.url = http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.0/I200702071857
#emf.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
emf.file = emf-sdo-xsd-SDK-I200702071857.zip
emf.name = EMF SDO XSD sdk v2.3 Near M5
emf.description = ${emf.name}
#######################################################################################
#######################################################################################
# Eclipse Graphical Editing Framework (GEF) Dependency
# GEF zip to be downloaded
# GEF SDK will be used for building the distribution
# groupID : gef
gef.url = http://download.eclipse.org/tools/gef/downloads/drops/I20070208-1537
#gef.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
gef.file = GEF-SDK-I20070208-1537.zip
gef.name = GEF SDK 3.3 Milestone
gef.description = GEF SDK 3.3 Milestone
#######################################################################################
# temporary patch for JEM working with EMF M4
#######################################################################################
# Java EMF Model (JEM) Dependency
# JEM zip to be downloaded
# JEM SDK will be used for building the distribution
# groupID : jem
#jem.url = http://download.eclipse.org/tools/ve/downloads/drops/R-1.2.1-200609261748
jem.url = http://archive.eclipse.org/webtools/downloads/drivers
jem.releng.url = http://archive.eclipse.org/webtools/downloads/drivers
jem.file = JEM-SDK-M20060918_wtp-patch-M4d.zip
jem.name = JEM 1.2.1 Maintenance with WTP M4 Patch
jem.description = JEM 1.2.1 Maintenance with WTP M4 Patch
#######################################################################################
# Eclipse Data Tools Platform (DTP) Dependency
# DTP zip to be downloaded
# DTP SDK will be used for building the distribution
# groupID : dtp
dtp.url = http://download.eclipse.org/datatools/downloads/1.5
dtp.file = dtp-sdk_1.5M5.zip
dtp.name = DTP sdk v1.5 M5
dtp.description = ${dtp.name}
#######################################################################################
#######################################################################################
# Jakarta Tomcat Dependency
# tomcat zip to be downloaded
# Tomcat will be used for testing the distribution
# groupID : tomcat.5
tomcat.5.url = http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/
tomcat.5.file = jakarta-tomcat-5.0.28.zip
tomcat.5.name = Jakarta Tomcat v5.0.28
tomcat.5.description = Jakarta Tomcat v5.0.28
#######################################################################################
#######################################################################################
# Jakarta Tomcat Dependency
# tomcat zip to be downloaded
# Tomcat will be used for testing the distribution
# groupID : tomcat.4
tomcat.4.url = http://www.apache.org/dist/tomcat/tomcat-4/v4.1.31/bin/
tomcat.4.file = jakarta-tomcat-4.1.31.zip
tomcat.4.name = Jakarta Tomcat v4.1.31
tomcat.4.description = Jakarta Tomcat v4.1.31
#######################################################################################
#######################################################################################
# ObjectWeb JOnAS Dependency
# jonas zip to be downloaded
# JOnAS will be used for testing the distribution
# groupID : jonas.4
jonas.4.url = http://download.forge.objectweb.org/jonas/
jonas.4.file = jonas4.3.2-tomcat5.0.30.tgz
jonas.4.name = ObjectWeb JOnAS Tomcat v4.3.2
jonas.4.description = ObjectWeb JOnAS Tomcat v4.3.2
#######################################################################################
#######################################################################################
# OAGIS Dependency
# oagis_release zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
# oagis_release will be used for testing the distribution
# groupID : oagis.release
oagis.release.url = http://www.openapplications.org/downloads/oagis/rls80/
oagis.release.file = oagis_release_8.0_GA-withSP3.zip
oagis.release.autodownload=true
oagis.release.name = OAGIS Release v8.0 SP3
oagis.release.description = OAGIS Release v8.0 SP3
#######################################################################################
#######################################################################################
# OAGIS WSDL
# oagis_wsdl_8.0.zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
# oagis_wdl will be used for testing the distribution
# groupID : oagis.wsdl
oagis.wsdl.url = http://www.openapplications.org/downloads/oagis/rls80
oagis.wsdl.file = WSDL_1.1_for%20OAGIS_8.0.zip
oagis.wsdl.autodownload=true
oagis.wsdl.name = OAGIS WSDL v8.0 SP3
oagis.wsdl.description = OAGIS WSDL v8.0 SP3
#######################################################################################
#######################################################################################
# Apache Derby
# Derby zip to be downloaded
# Derby will be used for performance testing
# groupID : derby
derby.url = http://cvs.apache.org/dist/incubator/derby/10.0.2.1
derby.file = incubating-derby-10.0.2.1-bin.zip
derby.name = Apache Derby 10.0.2.1
derby.description = Apache Derby 10.0.2.1
#######################################################################################
#URL to Web Tools downloads
# non-mirrored site: webtoolsDownloadURL=http://download.eclipse.org/webtools/downloads/drops
# use mirrored site as follows:
webtoolsDownloadURL=http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops
#URL to Internal Reference Tool
internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
internalRefToolFile=internal-200302241157.zip
|