All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.tidalwave.netbeans.about.layer.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--********************************************************************************************************************
 *
 * OpenBlueSky - NetBeans Platform Enhancements
 * Copyright (C) 2006-2012 by Tidalwave s.a.s. (http://www.tidalwave.it)
 *
 ***********************************************************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations under the License.
 *
 ***********************************************************************************************************************
 *
 * WWW: http://openbluesky.java.net
 * SCM: https://bitbucket.org/tidalwave/openbluesky-src
 *
 ********************************************************************************************************************-->
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
<filesystem>
    <folder name="Actions">
        <folder name="Help">
            <!-- Override the registered action with the new one. This will be
                 used by code that calls SystemAction.get(...), e.g. the AppleMenu module -->
            <file name="org-netbeans-core-actions-AboutAction.instance">
                 <attr name="instanceClass" stringvalue="it.tidalwave.netbeans.about.AboutAction"/>
            </file>
        </folder>
    </folder>
    <folder name="Menu">
        <folder name="Help">
            <!-- Hide the original menu. It looks like it doesn't get the overridden class -->
            <file name="org-netbeans-core-actions-AboutAction.instance_hidden"/>
            <!-- Create a new original menu. TODO: how to skip this with Mac OS X in a simple way? -->
            <file name="it-tidalwave-netbeans-about-AboutAction.shadow">
                <attr name="originalFile" stringvalue="Actions/Help/org-netbeans-core-actions-AboutAction.instance"/>
                <attr name="position" intvalue="1300"/>
            </file>
        </folder>
    </folder>
</filesystem>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy