bug5792: additional fragments probably need to apply starting with Java 9; add all fragments to Tycho extensions

This commit is contained in:
Axel Uhl
2022-12-13 14:11:12 +01:00
parent 210d2fe75b
commit 8f5c445756
+1 -3
View File
@@ -282,7 +282,7 @@
for Tycho that have been removed from JavaSE-11 if not building for Android -->
<id>with-java11-non-android-relevant</id>
<activation>
<jdk>[11.0,18.0)</jdk>
<jdk>[9.0,21.0)</jdk>
<!-- TODO find out if this dependency on a property set by yet another profile works properly
<property>
<name>with.not.android.relevant</name>
@@ -306,7 +306,6 @@
<id>com.sap.sailing.routeconverterjava11extension</id>
<versionRange>0.0.0</versionRange>
</requirement>
<!-- For some reason there is a cyclic dependency created by the following:
<requirement>
<type>eclipse-plugin</type>
<id>com.sap.sse.jersey.jaxbdependencyfragment</id>
@@ -317,7 +316,6 @@
<id>com.sap.sse.apacheservicemixfragment</id>
<versionRange>0.0.0</versionRange>
</requirement>
-->
</extraRequirements>
</dependency-resolution>
</configuration>