webidor/nb-configuration.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 15 Apr 2011 21:05:46 +0200
changeset 281 fdf4436aad29
parent 55 830e0ba29c04
child 284 90be53f96e0c
permissions -rw-r--r--
Most recent stable version of jersey is 1.6
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
-->
jaroslav@266
    21
jtulach@35
    22
<project-shared-configuration>
jtulach@35
    23
    <!--
jtulach@35
    24
This file contains additional configuration written by modules in the NetBeans IDE.
jtulach@35
    25
The configuration is intended to be shared among all the users of project and
jtulach@35
    26
therefore it is assumed to be part of version control checkout.
jtulach@35
    27
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jtulach@35
    28
-->
jtulach@35
    29
    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
jtulach@35
    30
        <config-files>
jtulach@35
    31
            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    32
            <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    33
        </config-files>
jtulach@35
    34
        <config-file-groups>
jtulach@35
    35
            <config-file-group name="Default Group">
jtulach@35
    36
                <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    37
                <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    38
            </config-file-group>
jtulach@35
    39
        </config-file-groups>
jtulach@35
    40
    </spring-data>
jaroslav@55
    41
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@55
    42
        <!--
jaroslav@55
    43
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@55
    44
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@55
    45
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@55
    46
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@55
    47
-->
jaroslav@55
    48
        <netbeans.compile.on.save>none</netbeans.compile.on.save>
jaroslav@55
    49
    </properties>
jtulach@35
    50
</project-shared-configuration>