Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-11-18 15:39:13 +0000
committerGerrit Code Review @ Eclipse.org2015-12-02 07:22:07 +0000
commit8137ca9d0ca797676d25a180746674e686d78eec (patch)
treea9f9152c1496a881c537df502a94db17c137c0e7
parent18b18ffe9f9a64da04d6152662612a84375ffb18 (diff)
downloadorg.eclipse.papyrus-sysml-8137ca9d0ca797676d25a180746674e686d78eec.tar.gz
org.eclipse.papyrus-sysml-8137ca9d0ca797676d25a180746674e686d78eec.tar.xz
org.eclipse.papyrus-sysml-8137ca9d0ca797676d25a180746674e686d78eec.zip
Bug 482801 [SysML 1.4][releng] switch to the new release of Papyrus
- adding a new update site to have the 1.1.3 Papyrus release for Mars Change-Id: I1916a02ba953e20ff7bd8e4668444612df98f91f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=482801 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
-rw-r--r--targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.target7
-rw-r--r--targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.tpd9
2 files changed, 12 insertions, 4 deletions
diff --git a/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.target b/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.target
index c240f291..efe02839 100644
--- a/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.target
+++ b/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.target
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="Tycho Tutorial" sequenceNumber="1444646874">
+<target name="Papyrus Mars" sequenceNumber="1448977463">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="4.5.1.v20150904-0015"/>
<unit id="org.eclipse.rcp.feature.group" version="4.5.1.v20150904-0015"/>
<unit id="org.eclipse.jdt.feature.group" version="3.11.1.v20150904-0015"/>
- <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="1.1.2.201509161440"/>
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.300.v20150430-1836"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="3.6.200.v20150602-1417"/>
<repository id="eclipse-mars" location="http://download.eclipse.org/releases/mars/"/>
</location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.eclipse.papyrus.sdk.feature.feature.group" version="1.1.3.201511250900"/>
+ <repository id="eclipse-mars-papyrus" location="http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/mars"/>
+ </location>
</locations>
</target>
diff --git a/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.tpd b/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.tpd
index 7f45f351..52d1aa71 100644
--- a/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.tpd
+++ b/targetplatform/org.eclipse.papyrus.sysml14.targetplatform.mars/org.eclipse.papyrus.sysml14.targetplatform.mars.tpd
@@ -1,11 +1,16 @@
-target "Tycho Tutorial" with source requirements
+target "Payrus Mars" with source requirements
location "http://download.eclipse.org/releases/mars/" eclipse-mars {
org.eclipse.platform.feature.group
org.eclipse.rcp.feature.group
org.eclipse.jdt.feature.group
- org.eclipse.papyrus.sdk.feature.feature.group
org.eclipse.equinox.p2.discovery.feature.feature.group
org.eclipse.equinox.executable.feature.group
}
+
+location "http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/mars" eclipse-mars-papyrus {
+ org.eclipse.papyrus.sdk.feature.feature.group
+
+}
+

Back to the top