Skip to content

Commit

Permalink
Fix missing '.' in filter name
Browse files Browse the repository at this point in the history
Now that PDE is shipping the jar editor I noticed since a while that a
folder/project .BndtoolsJAREditorTempFiles is shown, even though there
is a filter to hide it.

Looking a bit closer it seems to me that while it was renamed three
years ago to start with a dot the actual filterExpression was not
adjusted (only the description/name)
  • Loading branch information
laeubi committed Feb 4, 2025
1 parent 0e76ec6 commit 510aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bndtools.jareditor/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</instanceof>
<test
property="org.eclipse.core.resources.name"
value="BndtoolsJAREditorTempFiles">
value=".BndtoolsJAREditorTempFiles">
</test>
</filterExpression>
</commonFilter>
Expand Down

0 comments on commit 510aed4

Please sign in to comment.