Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9e145ea550687d219b649086e8c0a70d73fbb6a0 (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
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>org.eclipse.papyrus.sysml-all</artifactId>
		<groupId>org.eclipse.papyrus</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<artifactId>org.eclipse.papyrus.sysml-nattable</artifactId>
	<groupId>org.eclipse.papyrus</groupId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<name>Papyrus SysML NatTable</name>
	<description>Papyrus Nattable are a set of plugins dedicated to manage tables in relation with models.</description>

	<modules>
		<module>org.eclipse.papyrus.sysml.nattable</module>
		<module>org.eclipse.papyrus.sysml.nattable.allocation</module>
		<module>org.eclipse.papyrus.sysml.nattable.allocation.config</module>
		<module>org.eclipse.papyrus.sysml.nattable.menu</module>
		<module>org.eclipse.papyrus.sysml.nattable.requirement</module>
		<module>org.eclipse.papyrus.sysml.nattable.requirement.config</module>
	</modules>
</project>

Back to the top