htmlpage/pom.xml
branchemul
changeset 553 388e48c0a37a
parent 100 029e6eed60e9
parent 552 38696181ea53
child 554 05224402145d
     1.1 --- a/htmlpage/pom.xml	Thu Oct 11 06:15:22 2012 -0700
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,66 +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</groupId>
    1.10 -    <artifactId>bck2brwsr</artifactId>
    1.11 -    <version>1.0-SNAPSHOT</version>
    1.12 -  </parent>
    1.13 -  <groupId>org.apidesign</groupId>
    1.14 -  <artifactId>htmlpage</artifactId>
    1.15 -  <version>1.0-SNAPSHOT</version>
    1.16 -  <name>htmlpage</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 -  <dependencies>
    1.22 -    <dependency>
    1.23 -      <groupId>org.testng</groupId>
    1.24 -      <artifactId>testng</artifactId>
    1.25 -      <scope>test</scope>
    1.26 -      <exclusions>
    1.27 -        <exclusion>
    1.28 -          <artifactId>junit</artifactId>
    1.29 -          <groupId>junit</groupId>
    1.30 -        </exclusion>
    1.31 -      </exclusions>
    1.32 -    </dependency>
    1.33 -    <dependency>
    1.34 -      <groupId>org.netbeans.api</groupId>
    1.35 -      <artifactId>org-openide-util-lookup</artifactId>
    1.36 -    </dependency>
    1.37 -    <dependency>
    1.38 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.39 -      <artifactId>core</artifactId>
    1.40 -      <version>1.0-SNAPSHOT</version>
    1.41 -      <type>jar</type>
    1.42 -    </dependency>
    1.43 -    <dependency>
    1.44 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.45 -      <artifactId>emul</artifactId>
    1.46 -      <version>1.0-SNAPSHOT</version>
    1.47 -      <type>jar</type>
    1.48 -    </dependency>
    1.49 -    <dependency>
    1.50 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.51 -      <artifactId>vm4brwsr</artifactId>
    1.52 -      <version>0.1-SNAPSHOT</version>
    1.53 -      <type>jar</type>
    1.54 -      <scope>test</scope>
    1.55 -    </dependency>
    1.56 -  </dependencies>
    1.57 -    <build>
    1.58 -        <plugins>
    1.59 -            <plugin>
    1.60 -                <groupId>com.mycila.maven-license-plugin</groupId>
    1.61 -                <artifactId>maven-license-plugin</artifactId>
    1.62 -                <version>1.9.0</version>
    1.63 -                <configuration>
    1.64 -                    <header>../vm/src/header.txt</header>
    1.65 -                </configuration>
    1.66 -            </plugin>
    1.67 -        </plugins>
    1.68 -    </build>
    1.69 -</project>