equinox-agentclass-hook/pom.xml
branchosgi
changeset 393 8b025bcde7bb
child 394 88c06549e122
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/equinox-agentclass-hook/pom.xml	Sat Jan 04 21:47:47 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     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.netbeans.html</groupId>
     1.9 +        <artifactId>pom</artifactId>
    1.10 +        <version>0.7-SNAPSHOT</version>
    1.11 +    </parent>
    1.12 +    <artifactId>equinox-agentclass-hook</artifactId>
    1.13 +    <packaging>bundle</packaging>
    1.14 +    <build>
    1.15 +        <plugins>
    1.16 +            <plugin>
    1.17 +                <groupId>org.apache.felix</groupId>
    1.18 +                <artifactId>maven-bundle-plugin</artifactId>
    1.19 +                <configuration>
    1.20 +                    <instructions>
    1.21 +                        <Fragment-Host>org.eclipse.osgi;bundle-version="[3.8.0,4.0)"</Fragment-Host>
    1.22 +                        <Import-Package></Import-Package>
    1.23 +                    </instructions>
    1.24 +                </configuration>
    1.25 +            </plugin>
    1.26 +            <plugin>
    1.27 +                <groupId>org.apache.maven.plugins</groupId>
    1.28 +                <artifactId>maven-compiler-plugin</artifactId>
    1.29 +                <version>2.3.2</version>
    1.30 +                <configuration>
    1.31 +                    <source>1.5</source>
    1.32 +                    <target>1.5</target>
    1.33 +                </configuration>
    1.34 +            </plugin>
    1.35 +        </plugins>
    1.36 +    </build>
    1.37 +    <dependencies>
    1.38 +        <dependency>
    1.39 +            <groupId>org.eclipse</groupId>
    1.40 +            <artifactId>org.eclipse.osgi</artifactId>
    1.41 +            <version>3.8.0.v20120529-1548</version>
    1.42 +        </dependency>
    1.43 +    </dependencies>
    1.44 +</project>
    1.45 \ No newline at end of file