Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Faltermeier2019-07-29 07:40:02 +0000
committerJohannes Faltermeier2019-07-29 07:40:02 +0000
commit081d3783c95402957a54c695d3c1f5fa32e8c355 (patch)
tree004a2efc55ad30a9da8e2264dd30e81c4bbd067b
parent14e5cf5ac7b2ff2c4e10b9e4ddce4a109a5f22dc (diff)
downloadorg.eclipse.emf.edapt-081d3783c95402957a54c695d3c1f5fa32e8c355.tar.gz
org.eclipse.emf.edapt-081d3783c95402957a54c695d3c1f5fa32e8c355.tar.xz
org.eclipse.emf.edapt-081d3783c95402957a54c695d3c1f5fa32e8c355.zip
TCI - Update Target OCL location
-rw-r--r--builds/org.eclipse.emf.edapt.releng.target/edapt.target6
-rw-r--r--builds/org.eclipse.emf.edapt.releng.target/edapt.tpd2
2 files changed, 4 insertions, 4 deletions
diff --git a/builds/org.eclipse.emf.edapt.releng.target/edapt.target b/builds/org.eclipse.emf.edapt.releng.target/edapt.target
index a7d26c6..016a3fc 100644
--- a/builds/org.eclipse.emf.edapt.releng.target/edapt.target
+++ b/builds/org.eclipse.emf.edapt.releng.target/edapt.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
-<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="Edapt Target" sequenceNumber="1502350970">
+<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
+<target name="Edapt Target" sequenceNumber="1564385968">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.emf.compare.ide.ui.source.feature.group" version="2.1.2.201310031412"/>
@@ -29,7 +29,7 @@
<unit id="org.eclipse.ocl.master.feature.group" version="4.0.1.v20120919-0602"/>
<unit id="org.eclipse.ocl.all.sdk.feature.group" version="4.0.1.v20120919-0602"/>
<unit id="org.eclipse.ocl.examples.feature.group" version="3.2.1.v20120919-0602"/>
- <repository location="http://download.eclipse.org/modeling/mdt/ocl/updates/releases/4.0.1"/>
+ <repository location="http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/4.0.1/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.emf.ecore.xcore.ui.feature.group" version="1.3.0.v20150602-0808"/>
diff --git a/builds/org.eclipse.emf.edapt.releng.target/edapt.tpd b/builds/org.eclipse.emf.edapt.releng.target/edapt.tpd
index 2c5877a..226c452 100644
--- a/builds/org.eclipse.emf.edapt.releng.target/edapt.tpd
+++ b/builds/org.eclipse.emf.edapt.releng.target/edapt.tpd
@@ -24,7 +24,7 @@ org.eclipse.platform.ide
org.eclipse.rcp.feature.group
}
-location "http://download.eclipse.org/modeling/mdt/ocl/updates/releases/4.0.1" {
+location "http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/4.0.1/" {
org.eclipse.ocl.master.feature.group
org.eclipse.ocl.all.sdk.feature.group
org.eclipse.ocl.examples.feature.group

Back to the top