javaquery/demo-calculator/pom.xml
changeset 1623 d9cdfd8ef694
parent 1604 7665471a56c1
child 1624 3e565843a131
     1.1 --- a/javaquery/demo-calculator/pom.xml	Tue May 27 12:25:41 2014 +0200
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Mon Jun 09 19:17:41 2014 +0200
     1.3 @@ -13,6 +13,7 @@
     1.4    <properties>
     1.5      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.6      <bck2brwsr.obfuscationlevel>FULL</bck2brwsr.obfuscationlevel>
     1.7 +    <netbeans.compile.on.save>NONE</netbeans.compile.on.save>
     1.8    </properties>
     1.9    <build>
    1.10        <plugins>
    1.11 @@ -24,7 +25,7 @@
    1.12                      <execution>
    1.13                          <goals>
    1.14                              <goal>aot</goal>
    1.15 -                            <goal>brwsr</goal>
    1.16 +                            <goal>show</goal>
    1.17                          </goals>
    1.18                      </execution>
    1.19                  </executions>