launcher/nb-configuration.xml
author phrebejk
Tue, 15 Jan 2013 16:56:18 +0100
branchdew
changeset 461 ccc3fd318cb1
permissions -rw-r--r--
Web development server initial prototype.
phrebejk@460
     1
<?xml version="1.0" encoding="UTF-8"?>
phrebejk@460
     2
<project-shared-configuration>
phrebejk@460
     3
    <!--
phrebejk@460
     4
This file contains additional configuration written by modules in the NetBeans IDE.
phrebejk@460
     5
The configuration is intended to be shared among all the users of project and
phrebejk@460
     6
therefore it is assumed to be part of version control checkout.
phrebejk@460
     7
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
phrebejk@460
     8
-->
phrebejk@460
     9
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
phrebejk@460
    10
        <!--
phrebejk@460
    11
Properties that influence various parts of the IDE, especially code formatting and the like. 
phrebejk@460
    12
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
phrebejk@460
    13
That way multiple projects can share the same settings (useful for formatting rules for example).
phrebejk@460
    14
Any value defined here will override the pom.xml file value but is only applicable to the current project.
phrebejk@460
    15
-->
phrebejk@460
    16
        <netbeans.compile.on.save>app</netbeans.compile.on.save>
phrebejk@460
    17
    </properties>
phrebejk@460
    18
</project-shared-configuration>