Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuai Li2018-10-26 09:33:11 +0000
committerShuai Li2018-10-26 09:33:11 +0000
commit21467f939e72a0f29f69c5ca4b0ec2ebd3b1c43a (patch)
tree9f0d0b522e2849bc70c5b7e68d8f265dfdf8517e
parent17421ad4e9c847d9d6b58c233f08bf01c86fcad3 (diff)
downloadorg.eclipse.papyrus-designer-extra-21467f939e72a0f29f69c5ca4b0ec2ebd3b1c43a.tar.gz
org.eclipse.papyrus-designer-extra-21467f939e72a0f29f69c5ca4b0ec2ebd3b1c43a.tar.xz
org.eclipse.papyrus-designer-extra-21467f939e72a0f29f69c5ca4b0ec2ebd3b1c43a.zip
[Releng] Add designer main repository to target platform
Change-Id: I40b46ae4fa60481ff184c52d3ab300fc537b5890 Signed-off-by: Shuai Li <shuai.li@cea.fr>
-rw-r--r--features/org.eclipse.papyrus.designer.languages.c.feature/feature.xml1
-rw-r--r--targetplatform/org.eclipse.papyrus.designer.targetplatform.photon/org.eclipse.papyrus.designer.targetplatform.photon.target5
2 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus.designer.languages.c.feature/feature.xml b/features/org.eclipse.papyrus.designer.languages.c.feature/feature.xml
index cb8e949..a2a258d 100644
--- a/features/org.eclipse.papyrus.designer.languages.c.feature/feature.xml
+++ b/features/org.eclipse.papyrus.designer.languages.c.feature/feature.xml
@@ -25,6 +25,7 @@ http://www.eclipse.org/legal/epl-v10.html
<requires>
<import feature="org.eclipse.cdt"/>
<import feature="org.eclipse.papyrus.designer.languages.common.feature"/>
+ <import feature="org.eclipse.papyrus.designer.languages.cpp.feature"/>
</requires>
<plugin
diff --git a/targetplatform/org.eclipse.papyrus.designer.targetplatform.photon/org.eclipse.papyrus.designer.targetplatform.photon.target b/targetplatform/org.eclipse.papyrus.designer.targetplatform.photon/org.eclipse.papyrus.designer.targetplatform.photon.target
index badfe92..8feebd2 100644
--- a/targetplatform/org.eclipse.papyrus.designer.targetplatform.photon/org.eclipse.papyrus.designer.targetplatform.photon.target
+++ b/targetplatform/org.eclipse.papyrus.designer.targetplatform.photon/org.eclipse.papyrus.designer.targetplatform.photon.target
@@ -35,5 +35,10 @@
<unit id="org.eclipse.papyrus.moka.animation" version="0.0.0"/>
<repository id="moka" location="http://download.eclipse.org/modeling/mdt/papyrus/components/moka/oxygen/"/>
</location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.papyrus.designer.languages.common.feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.papyrus.designer.languages.cpp.feature.feature.group" version="0.0.0"/>
+ <repository id="sw" location="https://hudson.eclipse.org/papyrus/job/papyrus-designer-photon/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/"/>
+ </location>
</locations>
</target>

Back to the top