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