Also change the main class in pom
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 09 Nov 2012 08:41:59 +0100
changeset 138ca621f0dcdf9
parent 137 45184b2f9697
child 139 070fc5844295
Also change the main class in pom
vm/pom.xml
     1.1 --- a/vm/pom.xml	Thu Nov 08 18:34:12 2012 +0100
     1.2 +++ b/vm/pom.xml	Fri Nov 09 08:41:59 2012 +0100
     1.3 @@ -54,7 +54,7 @@
     1.4                <configuration>
     1.5                    <archive>
     1.6                        <manifest>
     1.7 -                          <mainClass>org.apidesign.vm4brwsr.GenJS</mainClass>
     1.8 +                          <mainClass>org.apidesign.vm4brwsr.Main</mainClass>
     1.9                        </manifest>
    1.10                    </archive>
    1.11                </configuration>