webidor/nb-configuration.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Jan 2010 23:08:06 +0100
branchstatistics-and-elo
changeset 181 e3fb438103e0
parent 35 2e85dd878f04
child 266 15fcdfc4cd4a
permissions -rw-r--r--
Test to verify behaviour of getCode and valueOf
jtulach@35
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@35
     2
<project-shared-configuration>
jtulach@35
     3
    <!--
jtulach@35
     4
This file contains additional configuration written by modules in the NetBeans IDE.
jtulach@35
     5
The configuration is intended to be shared among all the users of project and
jtulach@35
     6
therefore it is assumed to be part of version control checkout.
jtulach@35
     7
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jtulach@35
     8
-->
jtulach@35
     9
    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
jtulach@35
    10
        <config-files>
jtulach@35
    11
            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    12
            <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    13
        </config-files>
jtulach@35
    14
        <config-file-groups>
jtulach@35
    15
            <config-file-group name="Default Group">
jtulach@35
    16
                <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
jtulach@35
    17
                <config-file>src/main/webapp/WEB-INF/dispatcher-servlet.xml</config-file>
jtulach@35
    18
            </config-file-group>
jtulach@35
    19
        </config-file-groups>
jtulach@35
    20
    </spring-data>
jaroslav@55
    21
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@55
    22
        <!--
jaroslav@55
    23
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@55
    24
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@55
    25
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@55
    26
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@55
    27
-->
jaroslav@55
    28
        <netbeans.compile.on.save>none</netbeans.compile.on.save>
jaroslav@55
    29
    </properties>
jtulach@35
    30
</project-shared-configuration>