Switching to most recent version of teavm
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 31 Oct 2014 23:44:42 +0100
changeset 219a07e84a4983c
parent 218 52badacce2cc
child 220 35d0118c1490
child 222 5959a90ffda7
Switching to most recent version of teavm
minesweeper/pom.xml
pom.xml
     1.1 --- a/minesweeper/pom.xml	Fri Oct 31 23:02:25 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Fri Oct 31 23:44:42 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.MainBrwsr</html4j.entryPoints>
     1.8 +                                      <html4j.entryPoints>org.apidesign.demo.minesweeper.MinesModel</html4j.entryPoints>
     1.9                                    </properties>
    1.10                                    <!-- Don't include main page - we created it by ourselves -->
    1.11                                    <mainPageIncluded>false</mainPageIncluded>
     2.1 --- a/pom.xml	Fri Oct 31 23:02:25 2014 +0100
     2.2 +++ b/pom.xml	Fri Oct 31 23:44:42 2014 +0100
     2.3 @@ -16,7 +16,7 @@
     2.4        <net.java.html.version>1.0</net.java.html.version>
     2.5        <nb.html.version>1.0</nb.html.version>
     2.6        <bck2brwsr.version>0.11</bck2brwsr.version>
     2.7 -      <teavm.version>0.1</teavm.version>
     2.8 +      <teavm.version>0.2.1</teavm.version>
     2.9        <license>COPYING</license>
    2.10    </properties>
    2.11    <modules>