Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4fd2539fbb42929658b65ec06e3c6d39a6479903 (plain) (tree)






















                                                                                                        
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	
	<!-- Parent of this POM is the Collaborative Modeling project root POM  -->
	<parent>
		<groupId>org.eclipse.papyrus.cdo</groupId>
		<artifactId>org.eclipse.papyrus.cdo.root</artifactId>
		<version>1.2.0-SNAPSHOT</version>
	</parent>
	
	<!-- POM description -->
	<artifactId>org.eclipse.papyrus.cdo-releng</artifactId>
	<packaging>pom</packaging>
	
	<!-- Modules to build -->
	<modules>
		<module>org.eclipse.papyrus.cdo.p2</module>
		<module>targetplatforms</module>
	</modules>
	
</project>

Back to the top