Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: efd8ef1afe87d1899119e9bbe2323586500d9d8a (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.sysml</artifactId>
	<packaging>pom</packaging>
	<version>0.0.1-SNAPSHOT</version>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
		<artifactId>org.eclipse.papyrus.extra.releng</artifactId>
		<version>1.2.0-SNAPSHOT</version>
		<relativePath>../../releng/extra</relativePath>
    </parent>
	<name>Papyrus SysML</name>
	<description>Top container of the Papyrus SysML 1.1 modeler.</description>

	<modules>
		<module>diagram</module>
		<module>modelexplorer</module>
		<module>nattable</module>
		<module>org.eclipse.papyrus.sysml</module>
		<module>org.eclipse.papyrus.sysml.edit</module>
		<module>org.eclipse.papyrus.sysml.service.types</module>
		<module>properties</module>
	</modules>
</project>

Back to the top