Need to disable compile on save, as we process JARs and directories differently closure
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 26 Apr 2014 21:16:06 +0200
branchclosure
changeset 1490c572d850079c
parent 1489 8d0fc428ff72
child 1491 4a1398eff4fb
Need to disable compile on save, as we process JARs and directories differently
pom.xml
     1.1 --- a/pom.xml	Sat Apr 26 19:13:56 2014 +0200
     1.2 +++ b/pom.xml	Sat Apr 26 21:16:06 2014 +0200
     1.3 @@ -15,6 +15,7 @@
     1.4        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.5        <netbeans.version>RELEASE73</netbeans.version>
     1.6        <license>COPYING</license>
     1.7 +      <netbeans.compile.on.save>none</netbeans.compile.on.save>
     1.8    </properties>
     1.9    <modules>
    1.10      <module>dew</module>