Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Ortmayr2018-09-21 08:52:23 +0000
committerTobias Ortmayr2018-09-21 08:52:23 +0000
commitc01155bdfe0af8832e3c5b3e0d871f476f86cad5 (patch)
treef17db5bed3c90d9390c341f37f32b0611376e375 /plugins/compare/targetplatforms/compare-nightly.target
parent80a453e22d75d86dc389d03050a4c4050deb868d (diff)
downloadorg.eclipse.papyrus-collaborativemodeling-c01155bdfe0af8832e3c5b3e0d871f476f86cad5.tar.gz
org.eclipse.papyrus-collaborativemodeling-c01155bdfe0af8832e3c5b3e0d871f476f86cad5.tar.xz
org.eclipse.papyrus-collaborativemodeling-c01155bdfe0af8832e3c5b3e0d871f476f86cad5.zip
Update targets to fix build of Papyrus Compare nightly
-Change the version selection for to lazy for : org.eclipse.egit.feature.group and org.eclipse.jgit.feature.group -Regenerate nightly targets Change-Id: I8faed455342aaa2e0e01a6d19cb33bbcddad1b25 Signed-off-by: Tobias Ortmayr <tortmayr@eclipsesource.com>
Diffstat (limited to 'plugins/compare/targetplatforms/compare-nightly.target')
-rw-r--r--plugins/compare/targetplatforms/compare-nightly.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/compare/targetplatforms/compare-nightly.target b/plugins/compare/targetplatforms/compare-nightly.target
index b6eb5cac..7ee7854d 100644
--- a/plugins/compare/targetplatforms/compare-nightly.target
+++ b/plugins/compare/targetplatforms/compare-nightly.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="Compare Target Platform - Nightly" sequenceNumber="1536842242">
+<target name="Compare Target Platform - Nightly" sequenceNumber="1537518835">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
@@ -20,8 +20,8 @@
<repository id="eclipse-oxygen" location="http://download.eclipse.org/staging/oxygen/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
- <unit id="org.eclipse.egit.feature.group" version="5.0.3.201809091024-r"/>
- <unit id="org.eclipse.jgit.feature.group" version="5.0.3.201809091024-r"/>
+ <unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
<repository id="EGit" location="http://download.eclipse.org/egit/updates"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">

Back to the top