Skip to content

Commit

Permalink
Merge pull request #6455 from laeubi/fix_typo_in_filter
Browse files Browse the repository at this point in the history
Fix missing '.' in filter name
  • Loading branch information
chrisrueger authored Feb 4, 2025
2 parents 0e76ec6 + 32a3132 commit c869420
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 c869420

Please sign in to comment.