ko-bck2brwsr/pom.xml
branchclassloader
changeset 1225 73c0973e8e0a
parent 1224 7189e9abb928
child 1226 e5b5c7af4f7f
     1.1 --- a/ko-bck2brwsr/pom.xml	Mon Jun 24 17:49:27 2013 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,96 +0,0 @@
     1.4 -<?xml version="1.0"?>
     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 -    <groupId>org.apidesign</groupId>
     1.9 -    <artifactId>html</artifactId>
    1.10 -    <version>0.4-SNAPSHOT</version>
    1.11 -  </parent>
    1.12 -  <groupId>org.apidesign.html</groupId>
    1.13 -  <artifactId>ko-bck2brwsr</artifactId>
    1.14 -  <version>0.4-SNAPSHOT</version>
    1.15 -  <name>Knockout.b2b</name>
    1.16 -  <url>http://maven.apache.org</url>
    1.17 -  <build>
    1.18 -      <plugins>
    1.19 -          <plugin>
    1.20 -              <groupId>org.apache.maven.plugins</groupId>
    1.21 -              <artifactId>maven-compiler-plugin</artifactId>
    1.22 -              <version>2.3.2</version>
    1.23 -              <configuration>
    1.24 -                  <source>1.7</source>
    1.25 -                  <target>1.7</target>
    1.26 -              </configuration>
    1.27 -          </plugin>
    1.28 -          <plugin>
    1.29 -              <groupId>org.apache.maven.plugins</groupId>
    1.30 -              <artifactId>maven-javadoc-plugin</artifactId>
    1.31 -              <configuration>
    1.32 -                  <skip>false</skip>
    1.33 -              </configuration>
    1.34 -          </plugin>
    1.35 -      </plugins>
    1.36 -  </build>
    1.37 -  <dependencies>
    1.38 -    <dependency>
    1.39 -      <groupId>org.testng</groupId>
    1.40 -      <artifactId>testng</artifactId>
    1.41 -      <scope>test</scope>
    1.42 -      <exclusions>
    1.43 -        <exclusion>
    1.44 -          <artifactId>junit</artifactId>
    1.45 -          <groupId>junit</groupId>
    1.46 -        </exclusion>
    1.47 -      </exclusions>
    1.48 -    </dependency>
    1.49 -    <dependency>
    1.50 -      <groupId>org.netbeans.api</groupId>
    1.51 -      <artifactId>org-openide-util-lookup</artifactId>
    1.52 -      <scope>provided</scope>
    1.53 -    </dependency>
    1.54 -    <dependency>
    1.55 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.56 -      <artifactId>emul</artifactId>
    1.57 -      <version>${bck2brwsr.version}</version>
    1.58 -      <classifier>rt</classifier>
    1.59 -      <type>jar</type>
    1.60 -      <scope>compile</scope>
    1.61 -    </dependency>
    1.62 -    <dependency>
    1.63 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.64 -      <artifactId>vm4brwsr</artifactId>
    1.65 -      <version>${bck2brwsr.version}</version>
    1.66 -      <type>jar</type>
    1.67 -      <scope>test</scope>
    1.68 -    </dependency>
    1.69 -    <dependency>
    1.70 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.71 -      <artifactId>vmtest</artifactId>
    1.72 -      <version>${bck2brwsr.version}</version>
    1.73 -      <scope>test</scope>
    1.74 -    </dependency>
    1.75 -    <dependency>
    1.76 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.77 -      <artifactId>launcher.http</artifactId>
    1.78 -      <version>${bck2brwsr.launcher.version}</version>
    1.79 -      <scope>test</scope>
    1.80 -    </dependency>
    1.81 -    <dependency>
    1.82 -      <groupId>org.apidesign.html</groupId>
    1.83 -      <artifactId>net.java.html.json</artifactId>
    1.84 -      <version>0.4-SNAPSHOT</version>
    1.85 -    </dependency>
    1.86 -    <dependency>
    1.87 -      <groupId>org.apidesign.html</groupId>
    1.88 -      <artifactId>net.java.html.json.tck</artifactId>
    1.89 -      <version>0.4-SNAPSHOT</version>
    1.90 -      <scope>test</scope>
    1.91 -    </dependency>
    1.92 -    <dependency>
    1.93 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.94 -      <artifactId>core</artifactId>
    1.95 -      <version>${bck2brwsr.version}</version>
    1.96 -      <type>jar</type>
    1.97 -    </dependency>
    1.98 -  </dependencies>
    1.99 -</project>