Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2021-10-03 14:45:59 +0000
committerPierre-Charles David2021-10-03 14:45:59 +0000
commit1c71617098bf6ed5e3249eca20a21f797344abaa (patch)
treed3661241486a06b97155d5a7d4896aaa8bd8597d
parent113d61cdfca7953541600f2565ce6d9482340ddd (diff)
downloadorg.eclipse.sirius-1c71617098bf6ed5e3249eca20a21f797344abaa.tar.gz
org.eclipse.sirius-1c71617098bf6ed5e3249eca20a21f797344abaa.tar.xz
org.eclipse.sirius-1c71617098bf6ed5e3249eca20a21f797344abaa.zip
[releng] Fix canary TP
Change-Id: I5dd69d1c6bf63c2090b172b1af89d7d17f4e3534 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
-rw-r--r--releng/org.eclipse.sirius.targets/sirius_canary.target23
-rw-r--r--releng/org.eclipse.sirius.targets/sirius_canary.targetplatform21
2 files changed, 15 insertions, 29 deletions
diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.target b/releng/org.eclipse.sirius.targets/sirius_canary.target
index ede5755b0c..49e8cefed5 100644
--- a/releng/org.eclipse.sirius.targets/sirius_canary.target
+++ b/releng/org.eclipse.sirius.targets/sirius_canary.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="sirius_canary" sequenceNumber="1629101351">
+<target name="sirius_canary" sequenceNumber="1633270665">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -33,21 +33,14 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.apache.log4j" version="0.0.0"/>
<unit id="org.easymock" version="0.0.0"/>
- <unit id="org.hamcrest.core" version="0.0.0"/>
<unit id="org.hamcrest.library" version="0.0.0"/>
- <unit id="org.junit" version="4.13.0.v20200204-1500"/>
- <unit id="javax.servlet" version="0.0.0"/>
- <unit id="javax.websocket" version="0.0.0"/>
- <unit id="com.google.gson" version="0.0.0"/>
- <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
- <unit id="ch.qos.logback.slf4j" version="1.0.7.v201505121915"/>
- <unit id="ch.qos.logback.classic" version="1.0.7.v20121108-1250"/>
- <unit id="ch.qos.logback.core" version="1.0.7.v20121108-1250"/>
- <unit id="org.apache.xalan" version="2.7.2.v20201124-1837"/>
- <unit id="org.antlr.runtime" version="4.7.2.v20200218-0804"/>
- <unit id="org.reactivestreams" version="1.0.2.v20181120-0809"/>
- <unit id="com.graphql.java.dataloader" version="2.1.1.v20181120-0809"/>
- <unit id="com.graphql.java" version="11.0.0.v20200204-2150"/>
+ <unit id="org.junit" version="0.0.0"/>
+ <unit id="org.slf4j.api" version="0.0.0"/>
+ <unit id="ch.qos.logback.slf4j" version="0.0.0"/>
+ <unit id="ch.qos.logback.classic" version="0.0.0"/>
+ <unit id="ch.qos.logback.core" version="0.0.0"/>
+ <unit id="org.apache.xalan" version="0.0.0"/>
+ <unit id="org.antlr.runtime" version="0.0.0"/>
<repository id="Orbit-latest-I" location="https://download.eclipse.org/tools/orbit/downloads/latest-I"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
index f09d7354a5..efbb1502fb 100644
--- a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
+++ b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
@@ -24,21 +24,14 @@ location Eclipse-Integration "https://download.eclipse.org/eclipse/updates/I-bui
location Orbit-latest-I "https://download.eclipse.org/tools/orbit/downloads/latest-I" {
org.apache.log4j lazy
org.easymock lazy
- org.hamcrest.core lazy
org.hamcrest.library lazy
- org.junit [4.11.0,5.0.0)
- javax.servlet lazy
- javax.websocket lazy
- com.google.gson lazy
- org.slf4j.api [1.7.2,1.7.3)
- ch.qos.logback.slf4j [1.0.7,1.0.8)
- ch.qos.logback.classic [1.0.7,1.0.8)
- ch.qos.logback.core [1.0.7,1.0.8)
- org.apache.xalan 2.7.1
- org.antlr.runtime [4.7.1,4.8.0)
- org.reactivestreams [1.0.2,1.0.3)
- com.graphql.java.dataloader [2.1.1,2.1.2)
- com.graphql.java [11.0.0,11.0.1)
+ org.junit lazy
+ org.slf4j.api lazy
+ ch.qos.logback.slf4j lazy
+ ch.qos.logback.classic lazy
+ ch.qos.logback.core lazy
+ org.apache.xalan lazy
+ org.antlr.runtime lazy
}
location ELK-Nightly "https://download.eclipse.org/elk/updates/nightly/" {

Back to the top