Skip to content

Commit

Permalink
Remove all javax bundles provided by Eclipse-Orbit
Browse files Browse the repository at this point in the history
Remove the unused javax.xml bundle, the modern JREs provide the
contained packages by default.

Also revert explicit inclusion of jakarta.inject/annotation bundles in
eclipse.platform.repository, because they will be transitively included
from now on.

Part of #1056
  • Loading branch information
HannesWell committed May 9, 2023
1 parent adbba18 commit e594674
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Expand Up @@ -7,9 +7,6 @@
by glassfish. Should we use it? -->
<unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/>
<unit id="com.jcraft.jsch.source" version="0.1.55.v20221112-0806"/>
<!-- Upstream Maven artifact using javax.annotation-api as bundle name, need to update customers -->
<unit id="javax.annotation" version="1.3.5.v20221203-1659"/>
<unit id="javax.annotation.source" version="1.3.5.v20221203-1659"/>

<unit id="org.apache.ant" version="1.10.12.v20211102-1452"/>
<unit id="org.apache.ant.source" version="1.10.12.v20211102-1452"/>
Expand Down Expand Up @@ -38,10 +35,6 @@

<unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/>
<unit id="org.hamcrest.core.source" version="1.3.0.v20180420-1519"/>
<unit id="javax.xml" version="1.4.1.v20220503-2331"/>
<!-- To remove when all features/bundles move to Import-Package or jakarta.inject -->
<unit id="javax.inject" version="1.0.0.v20220405-0441"/>
<unit id="javax.inject.source" version="1.0.0.v20220405-0441"/>

<!-- This is the "normal" Orbit repository. During development on Bug 568936 this repo is the EBR (git)
sourced bundles of Orbit from 2022-06. This is the sub-p2-repo of the 2022-06 recommended build.
Expand Down
Expand Up @@ -46,7 +46,4 @@
<!-- Will be removed soon, once integrated in an appropriate feature -->
<bundle id="org.eclipse.unittest.ui"/>
<bundle id="org.eclipse.unittest.ui.source"/>
<!-- Will be removed as soon as it is pulled in transitivly, when javax-bundles are removed. -->
<bundle id="jakarta.inject.jakarta.inject-api"/>
<bundle id="jakarta.annotation-api"/>
</site>

0 comments on commit e594674

Please sign in to comment.