emul/pom.xml
brancharithmetic
changeset 676 eecf6077ec4e
parent 554 05224402145d
     1.1 --- a/emul/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/emul/pom.xml	Tue Feb 05 16:40:01 2013 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <parent>
     1.6      <artifactId>bck2brwsr</artifactId>
     1.7 -    <groupId>org.apidesign.</groupId>
     1.8 +    <groupId>org.apidesign</groupId>
     1.9      <version>0.3-SNAPSHOT</version>
    1.10    </parent>
    1.11    <groupId>org.apidesign.bck2brwsr</groupId>
    1.12 @@ -13,5 +13,6 @@
    1.13    <name>Emulation of Core Libraries</name>
    1.14    <modules>
    1.15      <module>mini</module>
    1.16 +    <module>compact</module>
    1.17    </modules>
    1.18  </project>