javaquery/demo-calculator/pom.xml
branchclosure
changeset 869 151f4ccd7673
parent 863 eba8fd2ff535
child 889 d79ecbeffe89
     1.1 --- a/javaquery/demo-calculator/pom.xml	Wed Mar 20 13:55:53 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Thu Mar 21 18:48:46 2013 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4                      <directory>${project.build.directory}/${project.build.finalName}-bck2brwsr/public_html/</directory>
     1.5                      <startpage>index.xhtml</startpage>
     1.6                      <javascript>${project.build.directory}/bck2brwsr.js</javascript>
     1.7 -                    <obfuscation>SIMPLE_OPTIMIZATIONS</obfuscation>
     1.8 +                    <obfuscation>FULL</obfuscation>
     1.9                  </configuration>
    1.10              </plugin>
    1.11           <plugin>