Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5ac7bb6a62ea12ade3c10f31480d181d600b7255 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.plugins</artifactId>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.releng</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
	    <relativePath>../releng/main</relativePath>
    </parent>
	<name>Papyrus Main Plugins</name>
	<description>The top container of plug-in projects for the main Papyrus distribution.</description>

	<modules>
		<module>facet</module>
		<module>infra</module>
		<module>infra/gmfdiag</module>
		<module>views</module>
		<module>editor</module>
		<module>uml</module>
		<module>customization</module>
		<module>doc</module>
		<module>team</module>
		<module>sdk</module>
	</modules>
</project>

Back to the top