forked from eclipse-cdt/cdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Remove DiscoveredPathContainerPage
The class DiscoveredPathContainerPage used a number of APIs in the Eclipse Platform [removed](eclipse-platform/eclipse.platform.ui#1563) in [Eclipse 4.31 release](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/81e406456ffae2f82fe0bb244adfdc4121c9e463/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html#L595). This class, while API, has not be used, nor usable since the CDT 4 release as it was only for CDT 3.x style projects. The class had been deprecated since 2010. To mitigate against the possibility that someone may have a dependency on this old class the minor version has been bumped so that version range can have `,8.3)` as their upper version. Fixes eclipse-cdt#700
1 parent
70dbde4
commit d1d75a8
Showing
5 changed files
with
28 additions
and
819 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<component id="org.eclipse.cdt.make.ui" version="2"> | ||
<resource path="META-INF/MANIFEST.MF"> | ||
<filter comment="This class references deleted classes in Platform and this class is not reachable See https://github.com/eclipse-cdt/cdt/issues/700" id="923795461"> | ||
<message_arguments> | ||
<message_argument value="8.3.0"/> | ||
<message_argument value="8.2.100"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.cdt.make.ui.dialogs.DiscoveredPathContainerPage"> | ||
<filter comment="This class references deleted classes in Platform and this class is not reachable See https://github.com/eclipse-cdt/cdt/issues/700" id="305324134"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.cdt.make.ui.dialogs.DiscoveredPathContainerPage"/> | ||
<message_argument value="org.eclipse.cdt.make.ui_8.3.0"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.