Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1ef3a590ce96bb381aad784a90e5eda079f7cdef (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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.eclipse.papyrus</groupId>
	<artifactId>org.eclipse.papyrus</artifactId>
	<version>1.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<modules>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.cpp.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.diagramtemplate.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.properties.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.marte.textedit.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.migration.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.basic.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.tracing.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.robotml.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.java.generator.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.java.profile.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.java.reverse.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.layers.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.tablemigration.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature
		</module>
		<module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.acceleo</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.acceleo.debug
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.acceleo.ui
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.core</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.ui</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.ui.customization.properties
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.uml.diagram.ui
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems
		</module>
		<module>../extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.edit
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.codegen.extensionpoints
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.cpp.cdtproject
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.cpp.codegen
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.ui
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.cpp.examples
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.cpp.profile
		</module>
		<module>../plugins/customization/org.eclipse.papyrus.customization
		</module>
		<module>../extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate
		</module>
		<module>../extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit
		</module>
		<module>../extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties
		</module>
		<module>../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard
		</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable
		</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation
		</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config
		</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu
		</module>
		<module>../extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types
		</module>
		<module>../plugins/infra/org.eclipse.papyrus.eclipse.project.editors
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile
		</module>
		<module>../extraplugins/tablemigration/org.eclipse.papyrus.infra.emf.nattable.converter
		</module>
		<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints
		</module>
		<module>../extraplugins/tablemigration/org.eclipse.papyrus.infra.table.instance
		</module>
		<module>../extraplugins/tablemigration/org.eclipse.papyrus.infra.table.modelexplorer
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.metamodel.jdt
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.metamodel.jdt.edit
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.metamodel.jdt.editor
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.generator.ui
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.profile</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.profile.edit
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.profile.editor
		</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.reverse</module>
		<module>../extraplugins/java/org.eclipse.papyrus.java.reverse.ui
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.notationmodel.edit
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.runtime
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.stackmodel
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.diagram
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.edit
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.editor
		</module>
		<module>../extraplugins/layers/org.eclipse.papyrus.layers.ui</module>
		<module>../extraplugins/marte/properties/org.eclipse.papyrus.marte.properties
		</module>
		<module>../extraplugins/marte/org.eclipse.papyrus.marte.static.profile
		</module>
		<module>../extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext
		</module>
		<module>../extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui
		</module>
		<module>../extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext
		</module>
		<module>../extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui
		</module>
		<module>../extraplugins/marte/org.eclipse.papyrus.marte.vsl</module>
		<module>../extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui
		</module>
		<module>../extraplugins/migration/org.eclipse.papyrus.migration.properties.model
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.alf.resources
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.async.fuml
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.composites
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.composites.utils
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml.assertionlibrary
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml.standardlibrary
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml.validation
		</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.ui</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.core
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.ui
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.validation
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.vsl
		</module>
		<module>../extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core
		</module>
		<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.qompass.modellibs.tracing
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.deployment
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.ui
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.doc
		</module>
		<module>../extraplugins/robotml/generators/org.eclipse.papyrus.robotml.generators.common
		</module>
		<module>../extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps
		</module>
		<module>../extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.modelexplorer
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.perspective
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.templaterepository
		</module>
		<module>../extraplugins/robotml/org.eclipse.papyrus.robotml.validation
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.texteditor.cdt
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.texteditor.model
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer
		</module>
		<module>../extraplugins/uml/compare/org.eclipse.papyrus.uml.compare
		</module>
		<module>../extraplugins/uml/org.eclipse.papyrus.uml.export</module>
		<module>../extraplugins/umlrt/org.eclipse.papyrus.umlrt</module>
		<module>../extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties
		</module>
		<module>../extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation
		</module>
		<module>../extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard
		</module>
		<module>../extraplugins/migration/org.eclipse.papyrus.m2m.qvto
		</module>
		<module>../extraplugins/migration/org.eclipse.papyrus.migration.rsa
		</module>
		<module>../extraplugins/codegen/org.eclipse.papyrus.views.cpp</module>
		<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.views.tracepoints
		</module>
		<module>../extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension
		</module>
		<module>extras</module>
	</modules>
	<properties>
		<tycho-version>0.21.0</tycho-version>
		<tychoExtrasVersion>0.21.0</tychoExtrasVersion>
	</properties>


	<repositories>
		
		<repository>
			<id>papyrus-main</id>
			<layout>p2</layout>
			<url>${papyrus.repo.main}</url>
		</repository>
		<repository>
			<id>cdt</id>
			<layout>p2</layout>
			<!-- updateFrom("CDT",0) -->
			<url>http://download.eclipse.org/tools/cdt/builds/luna/milestones
			</url>
		</repository>
		<repository>
			<id>emft-emffacet</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF Facet",0) -->
			<url>http://download.eclipse.org/facet/updates/integration/0.4.1/I201407310909/
			</url>
		</repository>
		<repository>
			<id>emf-cdo</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF CDO",0) -->
			<url>http://download.eclipse.org/modeling/emf/cdo/drops/R20140610-0212
			</url>
		</repository>
		<repository>
			<id>emf-compare</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF COMPARE",0) -->
			<url>http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.0/S201408191310
			</url>
		</repository>
		<repository>
			<id>emf-emf</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF (Core)",0) -->
			<url>http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/
			</url>
		</repository>
		<repository>
			<id>emft-mwe[0]</id>
			<layout>p2</layout>
			<!-- updateFrom("EMFT MWE",0) -->
			<url>http://download.eclipse.org/modeling/emft/mwe/updates/releases/R201409021027/mwe
			</url>
		</repository>
		<repository>
			<id>emft-mwe[1]</id>
			<layout>p2</layout>
			<!-- updateFrom("EMFT MWE",1) -->
			<url>http://download.eclipse.org/modeling/emft/mwe/updates/releases/R201409021051/mwe2lang
			</url>
		</repository>
		<repository>
			<id>emf-query</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF Query",0) -->
			<url>http://download.eclipse.org/modeling/emf/query/updates/releases/R201405281426
			</url>
		</repository>
		<repository>
			<id>emf-transaction</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF TRANSACTION",0) -->
			<url>http://download.eclipse.org/modeling/emf/transaction/updates/releases/R201405281451/
			</url>
		</repository>
		<repository>
			<id>emf-validation</id>
			<layout>p2</layout>
			<!-- updateFrom("EMF VALIDATION",0) -->
			<url>http://download.eclipse.org/modeling/emf/validation/updates/releases/R201405281429/
			</url>
		</repository>
		<repository>
			<id>ep</id>
			<layout>p2</layout>
			<!-- updateFrom("Eclipse",0) -->
			<url>http://download.eclipse.org/eclipse/updates/4.4/R-4.4.1-201409250400/
			</url>
		</repository>
		<repository>
			<id>gef</id>
			<layout>p2</layout>
			<!-- updateFrom("GEF",0) -->
			<url>http://download.eclipse.org/tools/gef/updates/milestones</url>
		</repository>
		<repository>
			<id>gmp-gmf-notation</id>
			<layout>p2</layout>
			<!-- updateFrom("GMF Notation",0) -->
			<url>http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R201405281433/
			</url>
		</repository>
		<repository>
			<id>gmp-gmf-runtime</id>
			<layout>p2</layout>
			<!-- updateFrom("GMF Runtime",0) -->
			<url>http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201408201453/
			</url>
		</repository>
		<repository>
			<id>gmf-tooling</id>
			<layout>p2</layout>
			<!-- updateFrom("GMF Tooling",0) -->
			<url>http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/milestones-3.2.1.RC4
			</url>
		</repository>
		<repository>
			<id>m2t-acceleo</id>
			<layout>p2</layout>
			<!-- updateFrom("M2T ACCELEO",0) -->
			<url>http://download.eclipse.org/acceleo/updates/milestones/3.5/S201409021433
			</url>
		</repository>
		<repository>
			<id>m2t-xpand</id>
			<layout>p2</layout>
			<!-- updateFrom("M2T XPAND",0) -->
			<url>http://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201406030414/
			</url>
		</repository>
		<repository>
			<id>mdt-ocl</id>
			<layout>p2</layout>
			<!-- updateFrom("MDT OCL 5.0",0) -->
			<url>http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/5.0.2/S201409011459
			</url>
		</repository>
		<repository>
			<id>mdt-uml2</id>
			<layout>p2</layout>
			<!-- updateFrom("MDT UML2",0) -->
			<url>http://download.eclipse.org/modeling/mdt/uml2/updates/5.0</url>
		</repository>
		<repository>
			<id>mmt-qvto</id>
			<layout>p2</layout>
			<!-- updateFrom("QVT Operational",0) -->
			<url>http://download.eclipse.org/mmt/qvto/updates/milestones/3.4.0/S201406101621
			</url>
		</repository>
		<repository>
			<id>nattable</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/nattable/releases/1.1.0/repository/
			</url>
		</repository>
		<repository>
			<id>orbit</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository
			</url>
		</repository>
		<repository>
			<id>subversive</id>
			<layout>p2</layout>
			<!-- updateFrom("Subversive",0) -->
			<url>http://download.eclipse.org/technology/subversive/2.0/luna-site/
			</url>
		</repository>
		<repository>
			<id>tmf-xtext</id>
			<layout>p2</layout>
			<!-- updateFrom("Xtext, Xtend",0) -->
			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/
			</url>
		</repository>
		<repository>
			<id>webtools</id>
			<layout>p2</layout>
			<!-- updateFrom("WebTools",0) -->
			<url>http://download.eclipse.org/webtools/downloads/drops/R3.6.1/R-3.6.1-20140912000031/repository/
			</url>
		</repository>
	</repositories>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-resources-plugin</artifactId>
				<version>2.6</version>
				<configuration>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-compiler-plugin</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
					<optimize>true</optimize>
					<showWarnings>true</showWarnings>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-maven-plugin</artifactId>
				<version>${tycho-version}</version>
				<extensions>true</extensions>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<environments>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86_64</arch>
						</environment>
					</environments>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-p2-repository-plugin</artifactId>
				<version>${tycho-version}</version>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-source-plugin</artifactId>
				<version>${tycho-version}</version>
				<executions>
					<execution>
						<id>plugin-source</id>
						<goals>
							<goal>plugin-source</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho.extras</groupId>
				<artifactId>tycho-source-feature-plugin</artifactId>
				<version>${tychoExtrasVersion}</version>
				<executions>
					<execution>
						<id>source-feature</id>
						<phase>package</phase>
						<goals>
							<goal>source-feature</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<!-- Pack200 -->
			<plugin>
				<groupId>org.eclipse.tycho.extras</groupId>
				<artifactId>tycho-pack200a-plugin</artifactId>
				<version>${tychoExtrasVersion}</version>
				<executions>
					<execution>
						<id>pack200-normalize</id>
						<goals>
							<goal>normalize</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho.extras</groupId>
				<artifactId>tycho-pack200b-plugin</artifactId>
				<version>${tychoExtrasVersion}</version>
				<executions>
					<execution>
						<id>pack200-pack</id>
						<goals>
							<goal>pack</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-p2-plugin</artifactId>
				<version>${tycho-version}</version>
				<executions>
					<execution>
						<id>attach-p2-metadata</id>
						<phase>package</phase>
						<goals>
							<goal>p2-metadata</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<defaultP2Metadata>false</defaultP2Metadata>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

Back to the top