minesweeper/pom.xml
branchteavm
changeset 221 0c3b47231206
parent 219 a07e84a4983c
child 233 908708015f61
     1.1 --- a/minesweeper/pom.xml	Fri Oct 31 23:44:42 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Fri Oct 31 23:49:53 2014 +0100
     1.3 @@ -431,7 +431,7 @@
     1.4                                    <minifying>false</minifying>
     1.5                                    <properties>
     1.6                                        <!-- This classes (separated with , ; space) will be available through vm.loadClass() -->
     1.7 -                                      <html4j.entryPoints>org.apidesign.demo.minesweeper.MinesModel</html4j.entryPoints>
     1.8 +                                      <html4j.entryPoints>org.apidesign.demo.minesweeper.MainBrwsr</html4j.entryPoints>
     1.9                                    </properties>
    1.10                                    <!-- Don't include main page - we created it by ourselves -->
    1.11                                    <mainPageIncluded>false</mainPageIncluded>