desktop/desktop-sample/src/main/resources/cz/xelfi/quoridor/desktop/layer.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 09:58:04 +0200
branchdesktop
changeset 268 13fe01081e23
parent 263 ac802aa234fc
permissions -rw-r--r--
Updating licenses in desktop modules
jaroslav@257
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@268
     2
<!--
jaroslav@268
     3
jaroslav@268
     4
    Quoridor server and related libraries
jaroslav@268
     5
    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@268
     6
jaroslav@268
     7
    This program is free software: you can redistribute it and/or modify
jaroslav@268
     8
    it under the terms of the GNU General Public License as published by
jaroslav@268
     9
    the Free Software Foundation, either version 3 of the License.
jaroslav@268
    10
jaroslav@268
    11
    This program is distributed in the hope that it will be useful,
jaroslav@268
    12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@268
    13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@268
    14
    GNU General Public License for more details.
jaroslav@268
    15
jaroslav@268
    16
    You should have received a copy of the GNU General Public License
jaroslav@268
    17
    along with this program. Look for COPYING file in the top folder.
jaroslav@268
    18
    If not, see http://www.gnu.org/licenses/.
jaroslav@268
    19
jaroslav@268
    20
-->
jaroslav@268
    21
jaroslav@257
    22
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
jaroslav@257
    23
<filesystem>
jaroslav@257
    24
 
jaroslav@257
    25
    <folder name="Actions">
jaroslav@260
    26
        <folder name="Edit">
jaroslav@260
    27
            <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.instance">
jaroslav@260
    28
                <attr name="delegate" newvalue="cz.xelfi.quoridor.desktop.sample.ShowGames"/>
jaroslav@260
    29
                <attr name="displayName" bundlevalue="cz.xelfi.quoridor.desktop.sample.Bundle#CTL_ShowGames"/>
jaroslav@260
    30
                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
jaroslav@260
    31
                <attr name="noIconInMenu" boolvalue="false"/>
jaroslav@257
    32
            </file>
jaroslav@257
    33
        </folder>
jaroslav@263
    34
        <folder name="File">
jaroslav@263
    35
            <file name="cz-xelfi-quoridor-desktop-sample-LoginAction.instance">
jaroslav@263
    36
                <attr name="delegate" newvalue="cz.xelfi.quoridor.desktop.sample.LoginAction"/>
jaroslav@263
    37
                <attr name="displayName" bundlevalue="cz.xelfi.quoridor.desktop.sample.Bundle#CTL_LoginAction"/>
jaroslav@263
    38
                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
jaroslav@263
    39
                <attr name="noIconInMenu" boolvalue="false"/>
jaroslav@263
    40
            </file>
jaroslav@263
    41
        </folder>
jaroslav@257
    42
    </folder>
jaroslav@257
    43
    <folder name="Menu">
jaroslav@260
    44
        <folder name="File">
jaroslav@263
    45
            <file name="cz-xelfi-quoridor-desktop-sample-LoginAction.shadow">
jaroslav@263
    46
                <attr name="originalFile" stringvalue="Actions/File/cz-xelfi-quoridor-desktop-sample-LoginAction.instance"/>
jaroslav@263
    47
                <attr name="position" intvalue="1200"/>
jaroslav@263
    48
            </file>
jaroslav@260
    49
            <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.shadow">
jaroslav@260
    50
                <attr name="originalFile" stringvalue="Actions/Edit/cz-xelfi-quoridor-desktop-sample-ShowGames.instance"/>
jaroslav@260
    51
                <attr name="position" intvalue="1300"/>
jaroslav@257
    52
            </file>
jaroslav@257
    53
        </folder>
jaroslav@257
    54
    </folder>
jaroslav@260
    55
    <folder name="Toolbars">
jaroslav@260
    56
        <folder name="File">
jaroslav@260
    57
            <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.shadow">
jaroslav@260
    58
                <attr name="originalFile" stringvalue="Actions/Edit/cz-xelfi-quoridor-desktop-sample-ShowGames.instance"/>
jaroslav@260
    59
                <attr name="position" intvalue="1300"/>
jaroslav@260
    60
            </file>
jaroslav@257
    61
        </folder>
jaroslav@257
    62
    </folder>
jaroslav@257
    63
</filesystem>