This is an automated email from the ASF dual-hosted git repository. skygo 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 b5587b9 OptionsExport settings for refactoring rule migration. new 8d5cc20 Merge pull request #3038 from mbien/rule_migration b5587b9 is described below commit b5587b9a9f2b254218cce5fa910d93cd10988a04 Author: Michael Bien <mbie...@gmail.com> AuthorDate: Sat Jul 3 05:55:48 2021 +0200 OptionsExport settings for refactoring rule migration. --- .../netbeans/modules/refactoring/java/resources/Bundle.properties | 2 ++ .../org/netbeans/modules/refactoring/java/resources/mf-layer.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/Bundle.properties b/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/Bundle.properties index d6538d1..e6f3b61 100644 --- a/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/Bundle.properties +++ b/java/refactoring.java/src/org/netbeans/modules/refactoring/java/resources/Bundle.properties @@ -17,3 +17,5 @@ OpenIDE-Module-Name=Java Refactoring OpenIDE-Module-Display-Category=Java + +RefactoringRules.Options.Export.displayName=Refactoring Rules 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 86ae75d..0726ea1 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 @@ -94,4 +94,12 @@ </folder> </folder> </folder> + <folder name="OptionsExport"> + <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"/> + </file> + </folder> + </folder> </filesystem> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists