Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1db822e0d22e61e67350c3425acf8b78a6a7a0f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.uml-profile</artifactId>
	<groupId>org.eclipse.papyrus</groupId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.uml</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus UML Profile</name>
	<description>Plug-ins for editing and management of UML Profiles in Papyrus.</description>

	<modules>
		<module>org.eclipse.papyrus.uml.profile.drafter</module>
	</modules>
</project>

Back to the top