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.tpd
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.tpd')
-rwxr-xr-xplugins/compare/targetplatforms/compare-nightly.tpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/compare/targetplatforms/compare-nightly.tpd b/plugins/compare/targetplatforms/compare-nightly.tpd
index dfee6213..7f9ab5d1 100755
--- a/plugins/compare/targetplatforms/compare-nightly.tpd
+++ b/plugins/compare/targetplatforms/compare-nightly.tpd
@@ -21,8 +21,8 @@ location "http://download.eclipse.org/staging/oxygen/" eclipse-oxygen {
* Search all references to egit.p2.repo
*/
location "http://download.eclipse.org/egit/updates" EGit {
- org.eclipse.egit.feature.group [4.9.0,6.0.0)
- org.eclipse.jgit.feature.group [4.9.0,6.0.0)
+ org.eclipse.egit.feature.group lazy
+ org.eclipse.jgit.feature.group lazy
}
location papyrusNightly "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/oxygen" {

Back to the top