diff --git a/eclipse.yaml b/eclipse.yaml index 27b1977..032bfcc 100644 --- a/eclipse.yaml +++ b/eclipse.yaml @@ -13,8 +13,11 @@ data: dependencies: - buildrequires: tycho: ["1.6"] + eclipse: ["latest"] platform: ["-f28", "-f29"] requires: + ant: ["1.10"] + maven: ["3.5"] platform: ["-f28", "-f29"] profiles: everything: @@ -174,7 +177,6 @@ data: buildopts: rpms: macros: | - %_with_bootstrap 1 %_with_jp_minimal 1 %_without_javahl 1 %_without_spring 1 @@ -185,6 +187,24 @@ data: %_without_hsqldb 1 components: rpms: + eclipse: + buildorder: 40 + ref: master + arches: [x86_64, ppc64le, aarch64, s390x] + rationale: > + Module API. + eclipse-ecf: + buildorder: 30 + ref: master + arches: [x86_64, ppc64le, aarch64, s390x] + rationale: > + Runtime dependency of eclipse. + eclipse-emf: + buildorder: 20 + ref: master + arches: [x86_64, ppc64le, aarch64, s390x] + rationale: > + Runtime dependency of eclipse, eclipse-ecf. aether-connector-okhttp: buildorder: 30 ref: eclipse