You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/07/25 08:25:12 UTC

[netbeans] branch master updated: Fix Options export after b5587b9a9f2b254218cce5fa910d93cd10988a04

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new ad97f4e  Fix Options export after b5587b9a9f2b254218cce5fa910d93cd10988a04
     new c8eff57  Merge pull request #3075 from matthiasblaesing/fix_options_export
ad97f4e is described below

commit ad97f4ec6eac4ff6615eb63b52587e56d1c63765
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sat Jul 24 23:14:43 2021 +0200

    Fix Options export after b5587b9a9f2b254218cce5fa910d93cd10988a04
    
    The wrong bundle was referenced to specify the displayName for the
    refactoring rules.
---
 .../src/org/netbeans/modules/refactoring/java/resources/mf-layer.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/mf-layer.xml b/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/mf-layer.xml
index 0726ea1..fd4facb 100644
--- a/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/mf-layer.xml
+++ b/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/mf-layer.xml
@@ -98,7 +98,7 @@
         <folder name="Advanced">
             <file name="RuleFiles">
                 <attr name="include" stringvalue="config/rules/.*"/>
-                <attr name="displayName" bundlevalue="org.netbeans.modules.refactoring.java.Bundle#RefactoringRules.Options.Export.displayName"/>
+                <attr name="displayName" bundlevalue="org.netbeans.modules.refactoring.java.resources.Bundle#RefactoringRules.Options.Export.displayName"/>
             </file>
         </folder>
     </folder>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists