blob: 8b4401e355f50bd2f6406d09189a524ac808cc9a [file] [log] [blame]
<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>
<groupId>org.eclipse.papyrus.components</groupId>
<artifactId>org.eclipse.papyrus.components.parent</artifactId>
<version>0.0.7</version>
</parent>
<groupId>${groupId}</groupId>
<artifactId>${groupId}.parent</artifactId>
<version>${version}-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${componentName}</name>
<description>A Papyrus DSML for ${component.shortname}</description>
<url>https://eclipse.org/papyrus/${component.shortname}/</url>
<properties>
<component.shortname>${componentName}</component.shortname>
<component.hudson.tabname>${hudsonViewName}</component.hudson.tabname>
<component.bugzilla.name>${bugzillaName}</component.bugzilla.name>
<component.package.rootname>org.eclipse.papyrus.${componentName}</component.package.rootname>
<component.rcp.name>org.eclipse.papyrus.${componentName}.rcp</component.rcp.name>
<component.apibaseline.url>http://download.eclipse.org/modeling/mdt/papyrus/components/${componentName}/</component.apibaseline.url>
<component.servicetype>org.eclipse.papyrus.${componentName}.service.types</component.servicetype>
<eclipse.targetrelease>neon</eclipse.targetrelease>
<target.version>${project.version}</target.version>
</properties>
<modules>
<module>targetplatform</module>
<module>core</module>
<module>releng</module>
</modules>
</project>