Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cffaedd097be1ce42fdc916b31320ac8aa558d70 (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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <!-- Package Description information to be picked up by www.eclipse.org/packages -->
  <!-- PackageName is the title of your package 
       maintainer is the project or persons that are maintaining the package
       iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
       bugzillaComponentID is used to gather bugzilla information about your package.  This should be given to you after provisioning of the package is finished
       testPlan is the fully qualified URL to the test plan for this package
   -->
  <packageMetaData
   packageName="Eclipse Modeling Tools (includes Incubating components)"
   maintainer="Modeling Amalgamation Project"
   iconurl="http://www.eclipse.org/modeling/images/modeling_about.png"
   bugzillaComponentId="modeling-package"
   testPlan="http://www.eclipse.org/epp/testplan.php" >
    <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
     <description><![CDATA[This modeling package contains a collection of Eclipse Modeling Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, M2T, and EMFT elements. It includes a complete SDK, developer tools and source code. Note that the Modeling package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description>
    <!-- packageTesters is a list of the people that are testing the package -->
     <packageTesters>
      <tester>Richard Gronback</tester>
      <tester>Markus Knauer</tester>
    </packageTesters>
  </packageMetaData>
  <MoreInfo>
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/EMF#New_.26_Noteworthy"
    project="Eclipse Modeling Framework" />
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/GMF_New_and_Noteworthy"
    project="Graphical Modeling Framework" />
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/MDT_1.1_New_and_Noteworthy"
    project="Model Development Tools" />
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/ATL_2.0.0_New_and_Noteworthy"
    project="M2M ATL" />
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/EcoreTools_New_Noteworthy"
    project="Ecore Tools" />
  <NewAndNoteworthy
    url="http://wiki.eclipse.org/EMF_Compare_0.8.0_New_And_Noteworthy"
    project="EMF Compare" />
  <NewAndNoteworthy
    url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news.html"
    project="Eclipse Platform" />
  <NewAndNoteworthy
    url="http://www.eclipse.org/mylyn/new/"
    project="Eclipse Mylyn" />
  </MoreInfo>

  <!-- version, the RCP version to build. This is used to determine the file 
    name of the root file archives -->
  <rcp version="M20090211-1700" />

  <!-- name, the name of the product, used in naming the created files. -->
  <product
    name="eclipse-modeling-ganymede-SR2-RC3-incubation"
    eclipseProductId="org.eclipse.platform.ide"
    initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />

  <!-- url, pointing to an update site. -->
  <updateSites>
    <!-- local mirrors -->
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />

    <!-- eclipse.org update sites    
      <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
      <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" /> 
    -->
  </updateSites>

  <!-- id, a feature id. -->
  <!-- version, the feature version. -->
  <requiredFeatures>
  
  	<!-- Platform, JDT, CVS, PDE SDK-->
    <feature
      id="org.eclipse.sdk"
      version="latest">
    </feature>
    
    <!--- EMF, XSD, SDO SDK-->
    <feature
      id="org.eclipse.emf.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.xsd.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.ecore.sdo.sdk"
      version="latest">
    </feature>
    
    <!-- Query, Transaction, Validation -->
    <feature
      id="org.eclipse.ocl"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.ocl"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.emfqtv.all.sdk"
      version="latest">
    </feature>
    
    <!-- GEF + Draw2d SDK (includes examples) -->
    <feature
      id="org.eclipse.gef.sdk"
      version="latest">
    </feature> 
    
    <!-- GMF -->
    <feature
      id="org.eclipse.gmf.sdk"
      version="latest">
    </feature>

    <!-- UML2 Modeling -->
    <feature
      id="org.eclipse.uml2.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.uml2tools.sdk"
      version="latest">
    </feature>
    
    <!-- OCL (need to include examples for console) -->
    <feature
      id="org.eclipse.ocl.all.sdk"
      version="latest">
    </feature>
    
    <!-- Operational QVT -->
    <feature
      id="org.eclipse.m2m.qvt.oml.sdk"
      version="latest">
    </feature>
    
    <!-- ATL -->
    <feature
      id="org.eclipse.m2m.atl.sdk"
      version="latest">
    </feature>
    
    <!-- JET -->
    <feature
      id="org.eclipse.jet.sdk"
      version="latest">
    </feature>
    
    <!-- CDO -->
    <feature
      id="org.eclipse.emf.cdo.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.net4j.sdk"
      version="latest">
    </feature>
    
    <!-- Teneo -->
    <feature
      id="org.eclipse.emf.teneo.sdk"
      version="latest">
    </feature> 
    
    <!-- EMF Tools -->
    <feature
      id="org.eclipse.emf.ecoretools.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.mint.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.compare.sdk"
      version="latest">
    </feature>

    <!-- Search -->
    <feature
      id="org.eclipse.emf.search.sdk"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.uml2.diagram.clazz.search"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.emf.ecoretools.diagram.search"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.uml2.search"
      version="latest">
    </feature>
    
    <!-- Mylyn -->
    <feature
      id="org.eclipse.mylyn_feature"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.mylyn.context_feature"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.mylyn.team_feature"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.mylyn.ide_feature"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.mylyn.java_feature"
      version="latest">
    </feature>
    <feature
      id="org.eclipse.mylyn.bugzilla_feature"
      version="latest">
    </feature>

	<!-- Obligatory EPP feature -->
    <feature
      id="org.eclipse.epp.usagedata.feature"
      version="latest">
    </feature>
    
  </requiredFeatures>

  <!-- folder, pointing to a folder containing the zipped root files for each of 
    the target platforms. -->
  <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" /> 

  <!-- relativeFolder, names the subfolder of the base folder where the update site will be created. 
    This is configurable so that working areas, especially root files, are reusable. -->
  <extensionSite relativeFolder="extension_site"></extensionSite>

  <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
  <targetPlatforms>
    <platform os="win32" ws="win32" arch="x86">
      <archiveFormat format="antZip"></archiveFormat>
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m</eclipseIniFileContent>
    </platform>
    <platform os="linux" ws="gtk" arch="x86">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m</eclipseIniFileContent>
    </platform>
    <platform os="linux" ws="gtk" arch="x86_64">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m</eclipseIniFileContent>
    </platform>
    <platform os="macosx" ws="carbon" arch="ppc">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
org.eclipse.platform
-startup
../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Dosgi.requiredJavaVersion=1.5
-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
    </platform>
  </targetPlatforms>
</configuration>

Back to the top