Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e5b9819f1aa6a9e1e628d847d4fe9a32af774191 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.infra-gmfdiag</artifactId>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.infra</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus Diagram Infrastructure</name>
	<description>Common language-agnostic frameworks for GMF-based diagram editors.</description>

	<modules>
		<module>org.eclipse.papyrus.extensionpoints.editors</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.canonical</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.commands</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.common</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.controlmode</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.css.model</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.dnd</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.export</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.gef</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.hyperlink</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.menu</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.modelexplorer</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.navigation</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.outline</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.preferences</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.properties</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.viewersearcher</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.welcome</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.widgets</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.tooling.runtime</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.representation</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.representation.edit</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.style</module>
		<module>org.eclipse.papyrus.infra.gmfdiag.style.edit</module>
		<module>assistant</module>
		<module>css</module>
		<module>expansion</module>
	</modules>
</project>

Back to the top