rt/javap/pom.xml
brancharithmetic
changeset 1351 f73c1a0234fb
parent 783 8264f07b1f46
parent 1294 70532b5324e2
child 1352 7bc78045adfd
     1.1 --- a/rt/javap/pom.xml	Wed Feb 27 17:50:47 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,41 +0,0 @@
     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 -  <modelVersion>4.0.0</modelVersion>
     1.8 -  <parent>
     1.9 -    <groupId>org.apidesign.bck2brwsr</groupId>
    1.10 -    <artifactId>rt</artifactId>
    1.11 -    <version>0.3-SNAPSHOT</version>
    1.12 -  </parent>
    1.13 -  <groupId>org.apidesign.bck2brwsr</groupId>
    1.14 -  <artifactId>javap</artifactId>
    1.15 -  <version>0.3-SNAPSHOT</version>
    1.16 -  <name>ByteCode Parser</name>
    1.17 -  <url>http://maven.apache.org</url>
    1.18 -  <properties>
    1.19 -    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.20 -  </properties>
    1.21 -  <build>
    1.22 -      <plugins>
    1.23 -          <plugin>
    1.24 -              <groupId>org.apache.maven.plugins</groupId>
    1.25 -              <artifactId>maven-compiler-plugin</artifactId>
    1.26 -              <version>2.5.1</version>
    1.27 -              <configuration>
    1.28 -                  <compilerArguments>
    1.29 -                      <!--<bootclasspath>non-existing</bootclasspath>-->
    1.30 -                  </compilerArguments>
    1.31 -                 <source>1.6</source>
    1.32 -                 <target>1.6</target>
    1.33 -              </configuration>
    1.34 -          </plugin>
    1.35 -      </plugins>
    1.36 -  </build>
    1.37 -  <dependencies>
    1.38 -    <dependency>
    1.39 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.40 -      <artifactId>emul.mini</artifactId>
    1.41 -      <version>0.3-SNAPSHOT</version>
    1.42 -    </dependency>
    1.43 -  </dependencies>
    1.44 -</project>