pom.xml
branchpreprocess
changeset 421 66d823ed2f87
parent 331 72dda6af599b
parent 393 8b025bcde7bb
child 467 6d3613b454ab
     1.1 --- a/pom.xml	Sun Nov 24 15:39:55 2013 +0100
     1.2 +++ b/pom.xml	Tue Jan 07 08:21:57 2014 +0100
     1.3 @@ -1,8 +1,8 @@
     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 -  <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    <packaging>pom</packaging>
    1.13    <name>HTML APIs via Java</name>
    1.14 @@ -16,6 +16,7 @@
    1.15        <netbeans.version>RELEASE73</netbeans.version>
    1.16        <license>COPYING</license>
    1.17        <publicPackages></publicPackages>
    1.18 +      <bundleSymbolicName>${project.artifactId}</bundleSymbolicName>
    1.19    </properties>
    1.20    <modules>
    1.21      <module>json</module>
    1.22 @@ -30,17 +31,19 @@
    1.23      <module>geo</module>
    1.24      <module>ko-ws-tyrus</module>
    1.25      <module>html4j-maven-plugin</module>
    1.26 +    <module>ko-osgi-test</module>
    1.27 +    <module>equinox-agentclass-hook</module>
    1.28    </modules>
    1.29    <licenses>
    1.30        <license>
    1.31 -          <name>GPL-2.0wCPexc</name>
    1.32 -          <url>http://opensource.org/licenses/GPL-2.0</url>
    1.33 +          <name>GPL-2.0wCPexc+CDDL</name>
    1.34 +          <url>http://www.netbeans.org/cddl-gplv2.html</url>
    1.35            <distribution>repo</distribution>
    1.36        </license>
    1.37    </licenses>
    1.38    <organization>
    1.39 -      <name>API Design</name>
    1.40 -      <url>http://apidesign.org</url>
    1.41 +      <name>NetBeans</name>
    1.42 +      <url>http://netbeans.org</url>
    1.43    </organization>
    1.44    <scm>
    1.45        <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
    1.46 @@ -92,7 +95,7 @@
    1.47                         <exclude>*</exclude>
    1.48                         <exclude>.*/**</exclude>
    1.49                         <exclude>ko-archetype/src/main/resources/**</exclude>
    1.50 -                       <exclude>ko-fx/src/main/resources/org/apidesign/html/kofx/knockout*.js</exclude>
    1.51 +                       <exclude>ko-fx/src/main/resources/org/netbeans/html/kofx/knockout*.js</exclude>
    1.52                    </excludes>
    1.53                </configuration>
    1.54            </plugin>
    1.55 @@ -140,7 +143,7 @@
    1.56                  <configuration>
    1.57                      <instructions>
    1.58                          <Export-Package>${publicPackages},META-INF.services.*</Export-Package>
    1.59 -                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
    1.60 +                        <Bundle-SymbolicName>${bundleSymbolicName}</Bundle-SymbolicName>
    1.61                      </instructions>
    1.62                  </configuration>
    1.63              </plugin>