From 95afa297388e3059787c141aba1c66ec2a335805 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Tue, 11 Jun 2019 15:16:24 +0100 Subject: [PATCH] Try specifying platform versions again. --- eclipse.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/eclipse.yaml b/eclipse.yaml index 42981ef..aedf4c9 100644 --- a/eclipse.yaml +++ b/eclipse.yaml @@ -13,11 +13,11 @@ data: dependencies: - buildrequires: tycho: [1.4] - platform: [] + platform: [f29,f30,f31] requires: ant: [1.10] maven: [3.5] - platform: [] + platform: [f29,f30,f31] profiles: default: rpms: @@ -826,6 +826,18 @@ data: arches: [x86_64, ppc64le, aarch64, s390x] rationale: > Runtime dependency of eclipse-m2e-core. + maven-mapping: + buildorder: 10 + ref: eclipse + arches: [x86_64, ppc64le, aarch64, s390x] + rationale: > + Runtime dependency of maven-war-plugin. + maven-osgi: + buildorder: 10 + ref: eclipse + arches: [x86_64, ppc64le, aarch64, s390x] + rationale: > + Runtime dependency of glassfish-hk2. nekohtml: buildorder: 10 ref: eclipse