javaquery/demo-calculator/pom.xml
branchemul
changeset 674 5d9cd8add4c6
parent 621 6daa39b17563
child 691 10194cb7ffc2
     1.1 --- a/javaquery/demo-calculator/pom.xml	Thu Jan 31 16:13:04 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Tue Feb 05 15:32:41 2013 +0100
     1.3 @@ -23,7 +23,6 @@
     1.4                  <executions>
     1.5                      <execution>
     1.6                          <goals>
     1.7 -                            <goal>j2js</goal>
     1.8                              <goal>brwsr</goal>
     1.9                          </goals>
    1.10                      </execution>
    1.11 @@ -43,6 +42,19 @@
    1.12              </configuration>
    1.13           </plugin>
    1.14           <plugin>
    1.15 +             <groupId>org.apache.maven.plugins</groupId>
    1.16 +             <artifactId>maven-jar-plugin</artifactId>
    1.17 +             <version>2.4</version>
    1.18 +             <configuration>
    1.19 +                 <archive>
    1.20 +                     <manifest>
    1.21 +                         <addClasspath>true</addClasspath>
    1.22 +                         <classpathPrefix>lib/</classpathPrefix>
    1.23 +                     </manifest>
    1.24 +                 </archive>
    1.25 +             </configuration>
    1.26 +         </plugin>
    1.27 +         <plugin>
    1.28              <artifactId>maven-assembly-plugin</artifactId>
    1.29                  <version>2.4</version>
    1.30                  <executions>
    1.31 @@ -74,5 +86,13 @@
    1.32        <artifactId>javaquery.api</artifactId>
    1.33        <version>0.3-SNAPSHOT</version>
    1.34      </dependency>
    1.35 +    <dependency>
    1.36 +      <groupId>org.apidesign.bck2brwsr</groupId>
    1.37 +      <artifactId>vm4brwsr</artifactId>
    1.38 +      <classifier>js</classifier>
    1.39 +      <type>zip</type>
    1.40 +      <version>0.3-SNAPSHOT</version>
    1.41 +      <scope>runtime</scope>
    1.42 +    </dependency>
    1.43    </dependencies>
    1.44  </project>