webidor/nb-configuration.xml
changeset 55 830e0ba29c04
parent 35 2e85dd878f04
child 266 15fcdfc4cd4a
     1.1 --- a/webidor/nb-configuration.xml	Sun Jul 12 13:59:07 2009 +0200
     1.2 +++ b/webidor/nb-configuration.xml	Fri Sep 04 18:01:01 2009 +0200
     1.3 @@ -18,4 +18,13 @@
     1.4              </config-file-group>
     1.5          </config-file-groups>
     1.6      </spring-data>
     1.7 +    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
     1.8 +        <!--
     1.9 +Properties that influence various parts of the IDE, especially code formatting and the like. 
    1.10 +You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
    1.11 +That way multiple projects can share the same settings (useful for formatting rules for example).
    1.12 +Any value defined here will override the pom.xml file value but is only applicable to the current project.
    1.13 +-->
    1.14 +        <netbeans.compile.on.save>none</netbeans.compile.on.save>
    1.15 +    </properties>
    1.16  </project-shared-configuration>