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

sdedic 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 ae2e6d9  Commit-validation on apple.
     new 6a9d4bd  Merge pull request #2407 from 
sdedic/feature/commit-validation-mac
ae2e6d9 is described below

commit ae2e6d9c05778d3c31f131fa204e3e8c85a3cdf2
Author: Svata Dedic <svatopluk.de...@oracle.com>
AuthorDate: Tue Sep 29 10:54:02 2020 +0200

    Commit-validation on apple.
---
 .github/workflows/main.yml                                      | 3 +++
 platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ef44ca8..55319db 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -253,6 +253,9 @@ jobs:
           ant -f platform/masterfs.macosx test
           ant -f platform/core.network test
 
+      - name: Validate consistency and basic tests
+        run: ant -Dcluster.config=release commit-validation
+
   commit-validation:
     name: Commit-validation (on Linux)
     runs-on: ubuntu-18.04
diff --git a/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml 
b/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
index 9d435d3..a2dc08e 100644
--- a/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
+++ b/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
@@ -92,6 +92,9 @@
                 <attr name="originalFile" 
stringvalue="Actions/Refactoring/org-netbeans-modules-refactoring-api-ui-RenameAction.instance"/>
             </file>
         </folder>
+        <folder name="Idea">
+            <file name="CA-F11.shadow_hidden"/>
+        </folder>
     </folder>
 
     <folder name="Toolbars">


---------------------------------------------------------------------
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

Reply via email to