Disable compile on save for every project gc
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 08 Dec 2014 20:59:41 +0100
branchgc
changeset 8760bd358b6d0a7
parent 875 5ada6f20626e
child 877 75fff3637abe
Disable compile on save for every project
pom.xml
     1.1 --- a/pom.xml	Mon Dec 08 18:12:52 2014 +0100
     1.2 +++ b/pom.xml	Mon Dec 08 20:59:41 2014 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4        <license>COPYING</license>
     1.5        <publicPackages />
     1.6        <bundleSymbolicName>${project.artifactId}</bundleSymbolicName>
     1.7 +      <netbeans.compile.on.save>none</netbeans.compile.on.save>
     1.8    </properties>
     1.9    <modules>
    1.10      <module>json</module>