pom.xml
branchnetbeans
changeset 361 700087d2a5d3
parent 359 6b23a639bdb5
child 362 92fb71afdc0e
     1.1 --- a/pom.xml	Mon Dec 16 15:18:58 2013 +0100
     1.2 +++ b/pom.xml	Mon Dec 16 15:48:09 2013 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4        <netbeans.version>RELEASE73</netbeans.version>
     1.5        <license>COPYING</license>
     1.6        <publicPackages></publicPackages>
     1.7 +      <bundleSymbolicName>${project.artifactId}</bundleSymbolicName>
     1.8    </properties>
     1.9    <modules>
    1.10      <module>json</module>
    1.11 @@ -139,7 +140,7 @@
    1.12                  <configuration>
    1.13                      <instructions>
    1.14                          <Export-Package>${publicPackages},META-INF.services.*</Export-Package>
    1.15 -                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
    1.16 +                        <Bundle-SymbolicName>${bundleSymbolicName}</Bundle-SymbolicName>
    1.17                      </instructions>
    1.18                  </configuration>
    1.19              </plugin>