Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-11 15:04:37 +0000
committerCamille Letavernier2015-06-11 15:04:37 +0000
commitbfc610f07d08a5b7291a3e9a050f3955fd9c1aee (patch)
tree35967cc257ff1f4ef39b18e1379e9cc874651a77 /features/papyrus-main-features/org.eclipse.papyrus.sdk.feature
parentd7778a41806230a618a00692229b85077abb0ff1 (diff)
downloadorg.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.tar.gz
org.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.tar.xz
org.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.zip
469953: [Releng] Update the build to support a global POM
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.sdk.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml7
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml4
2 files changed, 9 insertions, 2 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index b2eab962b5f..e5602a013d1 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -169,4 +169,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="15.0.0.v201403281430"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.eclipse.project.editors"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
index ebbd3eaec4f..d11bfae3fa9 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../releng/main</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.sdk.feature</artifactId>
<groupId>org.eclipse.papyrus</groupId>

Back to the top