Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e28441e678ff98d5783df72d4fe0b6a06ff731ef (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
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>org.eclipse.papyrus.infra</artifactId>
		<groupId>org.eclipse.papyrus</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<artifactId>org.eclipse.papyrus.infra-nattable</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<name>Papyrus Nattable</name>
	<description>Papyrus Nattable are a set of plugins dedicated to manage tables in relation with models.</description>

	<modules>
		<module>org.eclipse.papyrus.infra.nattable</module>
		<module>org.eclipse.papyrus.infra.emf.nattable</module>
		<module>org.eclipse.papyrus.infra.nattable.common</module>
		<module>org.eclipse.papyrus.infra.nattable.controlmode</module>
		<module>org.eclipse.papyrus.infra.nattable.model</module>
		<module>org.eclipse.papyrus.infra.nattable.model.edit</module>
		<module>org.eclipse.papyrus.infra.nattable.model.editor</module>
		<module>org.eclipse.papyrus.infra.nattable.modelexplorer</module>
		<module>org.eclipse.papyrus.customization.nattableconfiguration</module>
		<module>org.eclipse.papyrus.infra.nattable.properties</module>
		<module>org.eclipse.papyrus.infra.nattable.views.config</module>
		<module>org.eclipse.papyrus.infra.nattable.views.editor</module>
		
		<!-- This one has a dependency also on Infra Diagram, so it is built outside of both modules. -->
		<!--module>org.eclipse.papyrus.infra.nattable.gmfdiag</module-->
	</modules>


</project>

Back to the top