diff options
author | Juan Cadavid | 2016-01-10 12:29:30 +0000 |
---|---|---|
committer | Juan Cadavid | 2016-01-12 16:02:42 +0000 |
commit | d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a (patch) | |
tree | 96626969efdfb3cf755fae6806c6a79984c96fa0 /releng | |
parent | ba62234c9f837b505785e8f220652cd26bb38da5 (diff) | |
download | org.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.tar.gz org.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.tar.xz org.eclipse.papyrus-d2c72f78629df5d1ef6d05082f4fb2d5f91c5f3a.zip |
[BPMN] Include collaboration diagram plugin in feature and build and
about.html in src build
Change-Id: Ie343537d76632c0507ae60b1e66f0052aa4615d1
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r-- | releng/extra/pom.xml | 117 |
1 files changed, 59 insertions, 58 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml index 259394594ee..7d547132d8b 100644 --- a/releng/extra/pom.xml +++ b/releng/extra/pom.xml @@ -235,6 +235,7 @@ <module>../../extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram</module> <module>../../extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common</module> <module>../../extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process</module> + <module>../../extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration</module> <module>../../extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.ui</module> <module>../../features/papyrus-extra-features/org.eclipse.papyrus.bpmn.extra.feature</module> @@ -418,13 +419,13 @@ <profile> <id>defaultProfile</id> - <repositories>
- <repository>
- <id>papyrus-main</id>
- <layout>p2</layout>
- <url>${papyrus.repo.main}</url>
- </repository>
- </repositories>
+ <repositories> + <repository> + <id>papyrus-main</id> + <layout>p2</layout> + <url>${papyrus.repo.main}</url> + </repository> + </repositories> <build> <plugins> <plugin> @@ -565,57 +566,57 @@ </activation> </profile> - <!-- Used with pack and packAndSign -->
- <profile>
- <id>buildExtra</id>
- <repositories>
- <repository>
- <id>papyrus-main</id>
- <layout>p2</layout>
- <url>${papyrus.repo.main}</url>
- </repository>
- </repositories>
- <activation>
- <property>
- <name>SIGN</name> <!-- Either true or false -->
- </property>
- </activation>
- </profile>
-
-
- <profile>
- <id>buildAll</id>
- <!-- Papyrus Update sites not included (They are included in the same
- build) -->
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <activation>
- <property>
- <name>buildAll</name>
- <value>true</value>
- </property>
- </activation>
- </profile>
-
- <!-- profile dedicated to activate the repository linked to nightly artifacts,
+ <!-- Used with pack and packAndSign --> + <profile> + <id>buildExtra</id> + <repositories> + <repository> + <id>papyrus-main</id> + <layout>p2</layout> + <url>${papyrus.repo.main}</url> + </repository> + </repositories> + <activation> + <property> + <name>SIGN</name> <!-- Either true or false --> + </property> + </activation> + </profile> + + + <profile> + <id>buildAll</id> + <!-- Papyrus Update sites not included (They are included in the same + build) --> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>attach-p2-metadata</id> + <phase>package</phase> + <goals> + <goal>p2-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <activation> + <property> + <name>buildAll</name> + <value>true</value> + </property> + </activation> + </profile> + + <!-- profile dedicated to activate the repository linked to nightly artifacts, useful for daily life of developers --> <profile> <id>nightly</id> |