Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2021-04-14 14:27:10 +0000
committerVincent Lorenzo2021-04-14 14:30:48 +0000
commit2a87f89620db97a70285310327b4135ce6e7d0cd (patch)
treedc78af22a23ba2b190bac40f25d21b4b9d7db75b
parenta675d873c154220f1b0399235899f5bfb7088ce5 (diff)
downloadorg.eclipse.papyrus-model2doc-2a87f89620db97a70285310327b4135ce6e7d0cd.tar.gz
org.eclipse.papyrus-model2doc-2a87f89620db97a70285310327b4135ce6e7d0cd.tar.xz
org.eclipse.papyrus-model2doc-2a87f89620db97a70285310327b4135ce6e7d0cd.zip
[Releng] Update target platform to 2021-03
Change-Id: I568589bda9154604024b3d9ebc7c70cdb9051009 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
-rwxr-xr-xreleng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.target8
-rwxr-xr-xreleng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.tpd6
2 files changed, 7 insertions, 7 deletions
diff --git a/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.target b/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.target
index b94ecfcb..821be5b4 100755
--- a/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.target
+++ b/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="Papyrus-Model2Doc - 2020-12" sequenceNumber="1609765314">
+<target name="Papyrus-Model2Doc - 2021-03" sequenceNumber="1618410614">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.sdk.feature.group" version="4.18.0.v20201202-1800"/>
@@ -24,12 +24,12 @@
<repository id="Sysml" location="https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.uml2.sdk.feature.group" version="5.5.1.v20200302-1312"/>
+ <unit id="org.eclipse.uml2.sdk.feature.group" version="5.5.2.v20210228-1829"/>
<repository id="uml" location="https://download.eclipse.org/modeling/mdt/uml2/updates/5.5"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.emf.sdk.feature.group" version="2.25.0.v20201231-0738"/>
- <repository id="emf" location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202101040220"/>
+ <unit id="org.eclipse.emf.sdk.feature.group" version="2.25.0.v20210114-1734"/>
+ <repository id="emf" location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.25"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.13.0.202004160913"/>
diff --git a/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.tpd b/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.tpd
index ffa029d3..7892507e 100755
--- a/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.tpd
+++ b/releng-model2doc/targetplatform/org.eclipse.papyrus.model2doc.releng.main.targetplatform.tpd
@@ -1,5 +1,5 @@
-target "Papyrus-Model2Doc - 2020-12" with source requirements
-
+target "Papyrus-Model2Doc - 2021-03" with source requirements
+//build with simrel commit e014ee7948cbdea3d3eea7591de339b4bc25d0ed
location "http://download.eclipse.org/releases/2020-12" eclipse-2020-12 {
org.eclipse.sdk.feature.group
@@ -39,7 +39,7 @@ location uml "https://download.eclipse.org/modeling/mdt/uml2/updates/5.5" {
//updateFrom("EMF (Core)",0)
-location emf "https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202101040220" {
+location emf "https://download.eclipse.org/modeling/emf/emf/builds/release/2.25" {
org.eclipse.emf.sdk.feature.group
}

Back to the top