From 32a31326975bc527f8dc5179ff64d66204aa532e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Tue, 4 Feb 2025 09:59:43 +0100 Subject: [PATCH] Fix missing '.' in filter name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Signed-off-by: Christoph Läubrich --- bndtools.jareditor/resources/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bndtools.jareditor/resources/plugin.xml b/bndtools.jareditor/resources/plugin.xml index f141e70c92..db5cf5df78 100644 --- a/bndtools.jareditor/resources/plugin.xml +++ b/bndtools.jareditor/resources/plugin.xml @@ -26,7 +26,7 @@ + value=".BndtoolsJAREditorTempFiles">