Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 40f9e591f1d73abb49a219c4c5dcd1d6d6382934 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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/pom.xml</relativePath>
    </parent>
  	<groupId>org.eclipse.papyrus.tests</groupId>
  	<artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
  	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<description>The top container of plug-in projects tests for the main Papyrus distribution.</description>

	<modules>	
		<!-- children -->
		<module>bundlestests</module>
		<module>editor</module>
		<module>infra</module>
		<module>uml</module>
		<module>views</module>
		<module>toolsmiths</module>		
	</modules>
	
</project>

Back to the top