Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ede0e4acddfb3360db8c9eabcf6adc6b1d0ea9f3 (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>
		<groupId>org.eclipse.papyrus</groupId>
    	<artifactId>org.eclipse.papyrus.tests.releng</artifactId>
    	<version>1.2.0-SNAPSHOT</version>
    	<relativePath>../../../../../releng/main-tests</relativePath>
	</parent>
	<groupId>org.eclipse.papyrus</groupId>
	<artifactId>org.eclipse.papyrus.uml.nattable.main.test</artifactId>
	<version>1.2.0-SNAPSHOT</version>
	<packaging>pom</packaging>
	<name>Papyrus Nattable Test for UML</name>
	<description>Papyrus Nattable are a set of plugins dedicated to manage tables in relation with models.</description>

	<modules>
		<module>org.eclipse.papyrus.uml.nattable.clazz.config.tests</module>
		<module>org.eclipse.papyrus.uml.nattable.generic.tests</module>
		<module>org.eclipse.papyrus.uml.nattable.stereotype.display.tests</module>
		<module>org.eclipse.papyrus.uml.nattable.tests</module>
	</modules>

</project>

Back to the top