Don't use compile on save - does not play well with JavaScriptBody post processing
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 03 Dec 2014 11:41:24 +0100
changeset 8856e20d36f1a13
parent 884 af690d50d7d6
child 886 88d62267a0b5
Don't use compile on save - does not play well with JavaScriptBody post processing
ko4j/pom.xml
     1.1 --- a/ko4j/pom.xml	Sat Nov 29 22:25:40 2014 +0100
     1.2 +++ b/ko4j/pom.xml	Wed Dec 03 11:41:24 2014 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4    <properties>
     1.5      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.6      <bundleSymbolicName>org.netbeans.html.ko4j</bundleSymbolicName>
     1.7 +    <netbeans.compile.on.save>none</netbeans.compile.on.save> 
     1.8    </properties>
     1.9    <build>
    1.10        <plugins>
    1.11 @@ -92,7 +93,6 @@
    1.12          <groupId>javax.servlet</groupId>
    1.13          <artifactId>javax.servlet-api</artifactId>
    1.14          <scope>test</scope>
    1.15 -        <version>3.1.0</version>
    1.16      </dependency>
    1.17    </dependencies>
    1.18      <description>Binds net.java.html.json APIs together with knockout.js</description>