Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f9f460eff6ef0f39ff241ac590979ae435877e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.infra-types</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 Infra Extended Element Types</name>
	<description>Plug-ins contributing model-driven types to the GMF Run-time Element-Types registry.</description>

	<modules>
		<module>org.eclipse.papyrus.infra.types</module>
		<module>org.eclipse.papyrus.infra.types.core</module>
		<module>org.eclipse.papyrus.infra.types.edit</module>
		<module>org.eclipse.papyrus.infra.types.editor</module>
		<module>org.eclipse.papyrus.infra.types.rulebased</module>
		<module>org.eclipse.papyrus.infra.types.ui</module>
	</modules>
</project>

Back to the top