emul/pom.xml
author Lubomir Nerad <lubomir.nerad@oracle.com>
Wed, 06 Feb 2013 12:46:35 +0100
brancharithmetic
changeset 680 7ffb635a5c4f
parent 554 05224402145d
permissions -rw-r--r--
Fixed compare64 implementation
     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>emul.pom</artifactId>
    11   <version>0.3-SNAPSHOT</version>
    12   <packaging>pom</packaging>
    13   <name>Emulation of Core Libraries</name>
    14   <modules>
    15     <module>mini</module>
    16     <module>compact</module>
    17   </modules>
    18 </project>