boot/pom.xml
branchpreprocess
changeset 421 66d823ed2f87
parent 332 386429032402
parent 395 c62110222c10
child 425 6729b08befde
     1.1 --- a/boot/pom.xml	Mon Nov 25 09:15:27 2013 +0100
     1.2 +++ b/boot/pom.xml	Tue Jan 07 08:21:57 2014 +0100
     1.3 @@ -2,11 +2,11 @@
     1.4  <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.5    <modelVersion>4.0.0</modelVersion>
     1.6    <parent>
     1.7 -    <groupId>org.apidesign</groupId>
     1.8 -    <artifactId>html</artifactId>
     1.9 +    <groupId>org.netbeans.html</groupId>
    1.10 +    <artifactId>pom</artifactId>
    1.11      <version>0.7-SNAPSHOT</version>
    1.12    </parent>
    1.13 -  <groupId>org.apidesign.html</groupId>
    1.14 +  <groupId>org.netbeans.html</groupId>
    1.15    <artifactId>net.java.html.boot</artifactId>
    1.16    <version>0.7-SNAPSHOT</version>
    1.17    <packaging>bundle</packaging>
    1.18 @@ -23,7 +23,8 @@
    1.19                <artifactId>maven-bundle-plugin</artifactId>
    1.20                <configuration>
    1.21                    <instructions>
    1.22 -                      <Agent-Class>org.apidesign.html.boot.impl.JsAgent</Agent-Class>
    1.23 +                      <Agent-Class>org.netbeans.html.boot.impl.JsAgent</Agent-Class>
    1.24 +                      <Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
    1.25                    </instructions>
    1.26                </configuration>
    1.27            </plugin>