Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: c2d303cc7aec3182bc1edc6cfe9f421b17cca082 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                      



                                                                                                          

                                          

                                                                         

                                                                          



                                                                         


                                                                                                                 
                 
                                 
                                             
                                       
                                      
                                      
                                           
                                    
                                      
                  
 
         
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.eclipse.papyrus</groupId>
		<artifactId>org.eclipse.papyrus.tests.releng</artifactId>
		<version>0.0.1-SNAPSHOT</version>
		<relativePath>../../../releng/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>facet</module>
		<module>infra</module>
		<module>toolsmiths</module>
		<module>uml</module>
		<module>views</module>
	</modules>

</project>

Back to the top