Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7d15c80ab80f7a7e70de263a5f6e44a9cc8d74ae (plain) (tree)




















                                                                                                          
                                    


            
<?xml version="1.0" encoding="UTF-8"?>
<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.tests</groupId>
  	<artifactId>org.eclipse.papyrus.infra.tests.releng</artifactId>
  	<version>0.0.1-SNAPSHOT</version>	
  </parent>
  <groupId>org.eclipse.papyrus.tests</groupId>
  <artifactId>org.eclipse.papyrus.infra.emf.tests.releng</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>pom</packaging>
	<description>Tests for infra emf</description>
  
  <modules>
	<module>org.eclipse.papyrus.infra.emf.gmf.tests</module>
	<module>org.eclipse.papyrus.infra.emf.readonly.tests</module>
	<module>org.eclipse.papyrus.infra.emf.tests</module>
	<module>org.eclipse.papyrus.infra.ui.emf.tests</module>
	<module>expressions</module>
  </modules>
  
</project>

Back to the top