desktop/desktop-sample/nb-configuration.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 09:58:04 +0200
branchdesktop
changeset 268 13fe01081e23
parent 257 03762a20a808
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
<project-shared-configuration>
jaroslav@257
    23
    <!--
jaroslav@257
    24
This file contains additional configuration written by modules in the NetBeans IDE.
jaroslav@257
    25
The configuration is intended to be shared among all the users of project and
jaroslav@257
    26
therefore it is assumed to be part of version control checkout.
jaroslav@257
    27
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jaroslav@257
    28
-->
jaroslav@257
    29
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@257
    30
        <!--
jaroslav@257
    31
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@257
    32
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@257
    33
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@257
    34
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@257
    35
-->
jaroslav@257
    36
        <pathToNbApplicationModule>../application</pathToNbApplicationModule>
jaroslav@257
    37
    </properties>
jaroslav@257
    38
</project-shared-configuration>