emul/pom.xml
branchemul
changeset 554 05224402145d
parent 218 bbc04118d571
child 556 9c5f89ea4c1c
     1.1 --- a/emul/pom.xml	Thu Nov 29 00:02:37 2012 +0100
     1.2 +++ b/emul/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.3 @@ -1,42 +1,17 @@
     1.4 -<?xml version="1.0"?>
     1.5 -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     1.6 -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1.7 +<?xml version="1.0" encoding="UTF-8"?>
     1.8 +<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.9    <modelVersion>4.0.0</modelVersion>
    1.10    <parent>
    1.11 -    <groupId>org.apidesign</groupId>
    1.12      <artifactId>bck2brwsr</artifactId>
    1.13 +    <groupId>org.apidesign.</groupId>
    1.14      <version>0.3-SNAPSHOT</version>
    1.15    </parent>
    1.16    <groupId>org.apidesign.bck2brwsr</groupId>
    1.17 -  <artifactId>emul</artifactId>
    1.18 +  <artifactId>emul.pom</artifactId>
    1.19    <version>0.3-SNAPSHOT</version>
    1.20 -  <name>Java API Emulation</name>
    1.21 -  <url>http://maven.apache.org</url>
    1.22 -  <properties>
    1.23 -    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.24 -  </properties>
    1.25 -  <dependencies>
    1.26 -    <dependency>
    1.27 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.28 -      <artifactId>core</artifactId>
    1.29 -      <version>0.3-SNAPSHOT</version>
    1.30 -      <type>jar</type>
    1.31 -    </dependency>
    1.32 -  </dependencies>
    1.33 -  <build>
    1.34 -      <plugins>
    1.35 -          <plugin>
    1.36 -              <groupId>org.apache.maven.plugins</groupId>
    1.37 -              <artifactId>maven-compiler-plugin</artifactId>
    1.38 -              <version>2.5.1</version>
    1.39 -              <configuration>
    1.40 -                  <compilerArguments>
    1.41 -                      <bootclasspath>non-existing</bootclasspath>
    1.42 -                  </compilerArguments>
    1.43 -                 <source>1.7</source>
    1.44 -                 <target>1.7</target>
    1.45 -              </configuration>
    1.46 -          </plugin>
    1.47 -      </plugins>
    1.48 -  </build>
    1.49 +  <packaging>pom</packaging>
    1.50 +  <name>Emulation of Core Libraries</name>
    1.51 +  <modules>
    1.52 +    <module>mini</module>
    1.53 +  </modules>
    1.54  </project>