boot-script/pom.xml
branchenvjs
changeset 698 15f2eb71b416
parent 690 5d2f872b09fa
child 707 9b1c84366336
     1.1 --- a/boot-script/pom.xml	Wed Jun 04 14:43:35 2014 +0200
     1.2 +++ b/boot-script/pom.xml	Thu Jun 05 19:42:03 2014 +0200
     1.3 @@ -19,6 +19,14 @@
     1.4            <plugin>
     1.5                <groupId>org.apache.felix</groupId>
     1.6                <artifactId>maven-bundle-plugin</artifactId>
     1.7 +              <version>2.4.0</version>
     1.8 +              <extensions>true</extensions>
     1.9 +              <configuration>
    1.10 +                  <instructions>
    1.11 +                      <Export-Package>${publicPackages}</Export-Package>
    1.12 +                      <Bundle-SymbolicName>net.java.html.boot.script</Bundle-SymbolicName>
    1.13 +                  </instructions>
    1.14 +              </configuration>
    1.15            </plugin>
    1.16            <plugin>
    1.17                <groupId>org.netbeans.html</groupId>