javaquery/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 12 Dec 2012 18:18:07 +0100
branchbenchmarks
changeset 311 84c05018e079
parent 141 63be794c1eeb
child 373 52386a70f9d9
permissions -rw-r--r--
Copying the test resources next to built classes and js file. Modifying the test to properly use the new bck2brwsr calling scheme.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     3   <modelVersion>4.0.0</modelVersion>
     4   <parent>
     5     <artifactId>bck2brwsr</artifactId>
     6     <groupId>org.apidesign</groupId>
     7     <version>0.3-SNAPSHOT</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>javaquery</artifactId>
    11   <version>0.3-SNAPSHOT</version>
    12   <packaging>pom</packaging>
    13   <name>JavaQuery API and Demo</name>
    14     <modules>
    15         <module>api</module>
    16         <module>demo-calculator</module>
    17     </modules>
    18 </project>