rt/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 22 Jun 2014 17:19:16 +0200
branchdefprop
changeset 1633 a34e2191b6be
parent 1599 36746c46716a
child 1626 8c3ba4d3f92b
permissions -rw-r--r--
Making sure no enumerable methods are on plain Object
     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   <groupId>org.apidesign.bck2brwsr</groupId>
     5   <artifactId>rt</artifactId>
     6   <version>0.9</version>
     7   <packaging>pom</packaging>
     8   <name>Bck2Brwsr Runtime</name>
     9   <parent>
    10     <groupId>org.apidesign</groupId>
    11     <artifactId>bck2brwsr</artifactId>
    12     <version>0.9</version>
    13   </parent>  
    14   <modules>
    15     <module>core</module>
    16     <module>emul</module>
    17     <module>mojo</module>
    18     <module>vm</module>
    19     <module>vmtest</module>
    20     <module>aot</module>
    21   </modules>
    22 </project>