Don't export META-INF/services envjs
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 05 Jun 2014 19:42:03 +0200
branchenvjs
changeset 69815f2eb71b416
parent 697 835727a2d432
child 699 82773e03ff40
Don't export META-INF/services
boot-script/pom.xml
     1.1 --- a/boot-script/pom.xml	Thu Jun 05 18:04:59 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>