pom.xml
changeset 364 2739565c7a45
parent 363 52c7a3ffcb5f
parent 362 92fb71afdc0e
child 369 303fdcce760b
     1.1 --- a/pom.xml	Mon Dec 16 17:16:02 2013 +0100
     1.2 +++ b/pom.xml	Mon Dec 16 17:16:40 2013 +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 @@ -38,8 +39,8 @@
    1.23        </license>
    1.24    </licenses>
    1.25    <organization>
    1.26 -      <name>API Design</name>
    1.27 -      <url>http://apidesign.org</url>
    1.28 +      <name>NetBeans</name>
    1.29 +      <url>http://netbeans.org</url>
    1.30    </organization>
    1.31    <scm>
    1.32        <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
    1.33 @@ -91,7 +92,7 @@
    1.34                         <exclude>*</exclude>
    1.35                         <exclude>.*/**</exclude>
    1.36                         <exclude>ko-archetype/src/main/resources/**</exclude>
    1.37 -                       <exclude>ko-fx/src/main/resources/org/apidesign/html/kofx/knockout*.js</exclude>
    1.38 +                       <exclude>ko-fx/src/main/resources/org/netbeans/html/kofx/knockout*.js</exclude>
    1.39                    </excludes>
    1.40                </configuration>
    1.41            </plugin>
    1.42 @@ -139,7 +140,7 @@
    1.43                  <configuration>
    1.44                      <instructions>
    1.45                          <Export-Package>${publicPackages},META-INF.services.*</Export-Package>
    1.46 -                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
    1.47 +                        <Bundle-SymbolicName>${bundleSymbolicName}</Bundle-SymbolicName>
    1.48                      </instructions>
    1.49                  </configuration>
    1.50              </plugin>