webidor/nb-configuration.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 20 Aug 2011 17:35:41 +0200
branchglassfish
changeset 287 92bd2090dd5f
parent 284 90be53f96e0c
permissions -rw-r--r--
Have to disable compile on save for tests, otherwise they don't execute under debugger
jtulach@35
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@266
     2
<!--
jaroslav@266
     3
jaroslav@266
     4
    Quoridor server and related libraries
jaroslav@266
     5
    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@266
     6
jaroslav@266
     7
    This program is free software: you can redistribute it and/or modify
jaroslav@266
     8
    it under the terms of the GNU General Public License as published by
jaroslav@266
     9
    the Free Software Foundation, either version 3 of the License.
jaroslav@266
    10
jaroslav@266
    11
    This program is distributed in the hope that it will be useful,
jaroslav@266
    12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@266
    13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@266
    14
    GNU General Public License for more details.
jaroslav@266
    15
jaroslav@266
    16
    You should have received a copy of the GNU General Public License
jaroslav@266
    17
    along with this program. Look for COPYING file in the top folder.
jaroslav@266
    18
    If not, see http://www.gnu.org/licenses/.
jaroslav@266
    19
jaroslav@266
    20
-->
jtulach@35
    21
<project-shared-configuration>
jtulach@35
    22
    <!--
jtulach@35
    23
This file contains additional configuration written by modules in the NetBeans IDE.
jtulach@35
    24
The configuration is intended to be shared among all the users of project and
jtulach@35
    25
therefore it is assumed to be part of version control checkout.
jtulach@35
    26
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jtulach@35
    27
-->
jaroslav@55
    28
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@55
    29
        <!--
jaroslav@55
    30
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@55
    31
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@55
    32
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@55
    33
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@55
    34
-->
jaroslav@284
    35
        <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>user</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
jtulach@287
    36
        <netbeans.compile.on.save>none</netbeans.compile.on.save>
jaroslav@55
    37
    </properties>
jtulach@35
    38
</project-shared-configuration>