javaquery/demo-calculator/pom.xml
branchmodel
changeset 511 b26510e3e105
parent 427 12e866a32b40
child 554 05224402145d
     1.1 --- a/javaquery/demo-calculator/pom.xml	Fri Jan 11 16:36:28 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Mon Jan 21 16:04:25 2013 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4                  <configuration>
     1.5                      <executable>xdg-open</executable>
     1.6                      <arguments>
     1.7 -                        <argument>${project.build.directory}/classes/org/apidesign/bck2brwsr/mavenhtml/Calculator.xhtml</argument>
     1.8 +                        <argument>${project.build.directory}/classes/org/apidesign/bck2brwsr/demo/calc/staticcompilation/Calculator.xhtml</argument>
     1.9                      </arguments>
    1.10                  </configuration>
    1.11              </plugin>