emul/pom.xml
changeset 772 d382dacfd73f
parent 771 4252bfc396fc
child 773 406faa8bc64f
     1.1 --- a/emul/pom.xml	Tue Feb 26 14:55:55 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,18 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 -<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">
     1.6 -  <modelVersion>4.0.0</modelVersion>
     1.7 -  <parent>
     1.8 -    <artifactId>bck2brwsr</artifactId>
     1.9 -    <groupId>org.apidesign</groupId>
    1.10 -    <version>0.3-SNAPSHOT</version>
    1.11 -  </parent>
    1.12 -  <groupId>org.apidesign.bck2brwsr</groupId>
    1.13 -  <artifactId>emul.pom</artifactId>
    1.14 -  <version>0.3-SNAPSHOT</version>
    1.15 -  <packaging>pom</packaging>
    1.16 -  <name>Emulation of Core Libraries</name>
    1.17 -  <modules>
    1.18 -    <module>mini</module>
    1.19 -    <module>compact</module>
    1.20 -  </modules>
    1.21 -</project>