| <?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> |
| <groupId>org.eclipse.papyrusrt</groupId> |
| <version>0.7.2-SNAPSHOT</version> |
| <artifactId>umlrt.code-generator</artifactId> |
| </parent> |
| <artifactId>org.eclipse.papyrusrt.codegen.targetplatform</artifactId> |
| <packaging>pom</packaging> |
| <name>org.eclipse.papyrusrt.codegen.targetplatform.neon</name> |
| <description>This plug-in contains the target definition for Codegen Papyrus-RT in Neon</description> |
| <groupId>org.eclipse.papyrusrt</groupId> |
| <version>0.7.2-SNAPSHOT</version> |
| |
| |
| |
| <profiles> |
| <profile> |
| <id>nightly</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| <property> |
| <name>PAPYRUS_UPDATE_SITE</name> |
| <value>nightly</value> |
| </property> |
| |
| </activation> |
| <modules> |
| <module>org.eclipse.papyrusrt.codegen.targetplatform.neon.papyrusnightly</module> |
| </modules> |
| </profile> |
| |
| <profile> |
| <id>milestone</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>PAPYRUS_UPDATE_SITE</name> |
| <value>milestone</value> |
| </property> |
| </activation> |
| <modules> |
| <module>org.eclipse.papyrusrt.codegen.targetplatform.neon.papyrusmilestone</module> |
| </modules> |
| </profile> |
| |
| |
| <profile> |
| <id>release</id> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>PAPYRUS_UPDATE_SITE</name> |
| <value>release</value> |
| </property> |
| </activation> |
| <modules> |
| <module>org.eclipse.papyrusrt.codegen.targetplatform.neon.papyrusrelease</module> |
| </modules> |
| </profile> |
| |
| </profiles> |
| |
| |
| |
| </project> |