Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter problem of accidental extra version increment #1699

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions org.eclipse.jdt.ui/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jdt.ui" version="2">
<resource path="META-INF/MANIFEST.MF">
<filter comment="The version was accidentially increased twice but it ended up in an I-build so we have to live with the problem: https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/1671" id="931135546">
<message_arguments>
<message_argument value="3.33.200"/>
<message_argument value="3.33.0"/>
</message_arguments>
</filter>
</resource>
<resource path="internal compatibility/org/eclipse/jdt/internal/corext/SourceRange.java" type="org.eclipse.jdt.internal.corext.SourceRange">
<filter id="574619656">
<message_arguments>
Expand Down
Loading