emul/compact/pom.xml
brancharithmetic
changeset 774 42bc1e89134d
parent 755 5652acd48509
parent 773 406faa8bc64f
child 778 6f8683517f1f
     1.1 --- a/emul/compact/pom.xml	Mon Feb 25 19:00:08 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,72 +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>emul.pom</artifactId>
    1.11 -    <version>0.3-SNAPSHOT</version>
    1.12 -  </parent>
    1.13 -  <groupId>org.apidesign.bck2brwsr</groupId>
    1.14 -  <artifactId>emul</artifactId>
    1.15 -  <version>0.3-SNAPSHOT</version>
    1.16 -  <name>Bck2Brwsr API Profile</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>${project.groupId}</groupId>
    1.24 -      <artifactId>emul.mini</artifactId>
    1.25 -      <version>${project.version}</version>
    1.26 -      <scope>provided</scope>
    1.27 -    </dependency>
    1.28 -    <dependency>
    1.29 -      <groupId>${project.groupId}</groupId>
    1.30 -      <artifactId>vmtest</artifactId>
    1.31 -      <version>${project.version}</version>
    1.32 -      <scope>test</scope>
    1.33 -    </dependency>
    1.34 -    <dependency>
    1.35 -      <groupId>org.netbeans.api</groupId>
    1.36 -      <artifactId>org-openide-util-lookup</artifactId>
    1.37 -      <scope>test</scope>
    1.38 -    </dependency>
    1.39 -  </dependencies>
    1.40 -  <build>
    1.41 -      <plugins>
    1.42 -          <plugin>
    1.43 -              <groupId>org.apache.maven.plugins</groupId>
    1.44 -              <artifactId>maven-compiler-plugin</artifactId>
    1.45 -              <version>2.5.1</version>
    1.46 -              <configuration>
    1.47 -                  <compilerArguments>
    1.48 -                      <bootclasspath>netbeans.ignore.jdk.bootclasspath</bootclasspath>
    1.49 -                  </compilerArguments>
    1.50 -                 <source>1.7</source>
    1.51 -                 <target>1.7</target>
    1.52 -              </configuration>
    1.53 -          </plugin>
    1.54 -         <plugin>
    1.55 -            <artifactId>maven-assembly-plugin</artifactId>
    1.56 -                <version>2.4</version>
    1.57 -                <executions>
    1.58 -                    <execution>
    1.59 -                        <id>rt</id>
    1.60 -                        <phase>package</phase>
    1.61 -                        <goals>
    1.62 -                            <goal>single</goal>
    1.63 -                        </goals>
    1.64 -                        <configuration>
    1.65 -                            <descriptors>
    1.66 -                                <descriptor>src/main/assembly/rt.xml</descriptor>
    1.67 -                            </descriptors>
    1.68 -                            <finalName>bck2brwsr-${project.version}</finalName>
    1.69 -                        </configuration>
    1.70 -                    </execution>
    1.71 -                </executions>                
    1.72 -            </plugin>      
    1.73 -      </plugins>
    1.74 -  </build>
    1.75 -</project>