vm/nb-configuration.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 24 Sep 2012 11:07:38 +0200
changeset 22 b9318fe303cd
parent 12 nb-configuration.xml@282828609b86
child 24 a82e89aae050
permissions -rw-r--r--
Getting ready for multiple projects inside one Hg repository
jaroslav@12
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@12
     2
<project-shared-configuration>
jaroslav@12
     3
    <!--
jaroslav@12
     4
This file contains additional configuration written by modules in the NetBeans IDE.
jaroslav@12
     5
The configuration is intended to be shared among all the users of project and
jaroslav@12
     6
therefore it is assumed to be part of version control checkout.
jaroslav@12
     7
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
jaroslav@12
     8
-->
jaroslav@12
     9
    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
jaroslav@12
    10
        <!--
jaroslav@12
    11
Properties that influence various parts of the IDE, especially code formatting and the like. 
jaroslav@12
    12
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
jaroslav@12
    13
That way multiple projects can share the same settings (useful for formatting rules for example).
jaroslav@12
    14
Any value defined here will override the pom.xml file value but is only applicable to the current project.
jaroslav@12
    15
-->
jaroslav@12
    16
        <netbeans.compile.on.save>all</netbeans.compile.on.save>
jaroslav@12
    17
    </properties>
jaroslav@12
    18
</project-shared-configuration>