Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 407bf66ed08f4a9c2bdbf3740a956569949ea0bf (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
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.eclipse.papyrus</groupId>
	<artifactId>org.eclipse.papyrus</artifactId>
	<version>1.0.0-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>../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.assertionlibrary</module>
		<module>../extraplugins/moka/org.eclipse.papyrus.moka.fuml.standardlibrary</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/codegen/org.eclipse.papyrus.views.cpp</module>
		<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.views.tracepoints</module>
		<module>extras</module>
	</modules>
	<properties>
		<tycho-version>0.20.0</tycho-version>
		<tychoExtrasVersion>0.20.0</tychoExtrasVersion>
	</properties>
	<repositories>
		<repository>
			<id>papyrus-main</id>
			<layout>p2</layout>
			<url>${papyrus.repo.main}</url>
		</repository>
		<repository>
			<id>birt</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/birt/update-site/4.4/</url>
		</repository>
		<repository>
			<id>cdt</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/tools/cdt/builds/luna/milestones</url>
		</repository>
		<repository>
			<id>emf</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/updates/</url>
		</repository>
		<repository>
			<id>emf-cdo</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/cdo/drops/R20140610-0212</url>
		</repository>
		<repository>
			<id>emf-compare</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.0/S201406111328</url>
		</repository>
		<repository>
			<id>emf-emf</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/emf/updates/milestones/</url>
		</repository>
		<repository>
			<id>emft-emffacet</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/facet/updates/integration/0.4.0/I201405190853/</url>
		</repository>
		<repository>
			<id>emft-mwe</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emft/mwe/updates/releases/R201405200714/mwe</url>
		</repository>
		<repository>
			<id>emf-transaction</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/transaction/updates/milestones</url>
		</repository>
		<repository>
			<id>emf-validation</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/emf/validation/updates/milestones</url>
		</repository>
		<repository>
			<id>ep</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/eclipse/updates/4.4/R-4.4-201406061215/</url>
		</repository>
		<repository>
			<id>gef</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/tools/gef/updates/milestones</url>
		</repository>
		<repository>
			<id>gmp-gmf-notation</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones</url>
		</repository>
		<repository>
			<id>gmp-gmf-runtime</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones</url>
		</repository>
		<repository>
			<id>gmf-tooling</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/milestones-3.2.RC4a</url>
		</repository>
		<repository>
			<id>m2m-atl</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/mmt/atl/updates/milestones/3.5/</url>
		</repository>
		<repository>
			<id>m2t-acceleo</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/acceleo/updates/milestones/3.5/S201406101309</url>
		</repository>
		<repository>
			<id>m2t-xpand</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201406030414/</url>
		</repository>
		<repository>
			<id>mdt-ocl</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/mdt/ocl/updates/releases/5.0.0</url>
		</repository>
		<repository>
			<id>mdt-uml2</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/mdt/uml2/updates/5.0</url>
		</repository>
		<repository>
			<id>mmt-qvto</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/mmt/qvto/updates/milestones/3.4.0/S201406101621</url>
		</repository>
		<repository>
			<id>mylyn</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/mylyn/snapshots/3.12</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/R20130517111416/repository</url>
		</repository>
		<repository>
			<id>subversive</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/technology/subversive/2.0/luna-site/</url>
		</repository>
		<repository>
			<id>tmf-xtext</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/</url>
		</repository>
		<repository>
			<id>webtools</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/webtools/downloads/drops/R3.6.0/R-3.6.0-20140602160322/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>
			<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>
			</plugin>
		</plugins>
	</build>
</project>

Back to the top