boot-fx/pom.xml
changeset 1021 c918924ad3c5
parent 1008 c535c36881af
child 1068 463510dbc24b
     1.1 --- a/boot-fx/pom.xml	Sun Oct 11 07:24:32 2015 +0200
     1.2 +++ b/boot-fx/pom.xml	Thu Nov 26 20:59:51 2015 +0100
     1.3 @@ -21,6 +21,12 @@
     1.4            <plugin>
     1.5                <groupId>org.apache.felix</groupId>
     1.6                <artifactId>maven-bundle-plugin</artifactId>
     1.7 +              <configuration>
     1.8 +                  <instructions>
     1.9 +                      <Require-Capability>osgi.extender;resolution:=optional;filter:="(osgi.extender=osgi.serviceloader.registrar)"</Require-Capability>
    1.10 +                      <Provide-Capability>osgi.serviceloader;osgi.serviceloader=org.netbeans.html.boot.spi.Fn$Presenter</Provide-Capability>
    1.11 +                  </instructions>
    1.12 +              </configuration>
    1.13            </plugin>
    1.14            <plugin>
    1.15                <groupId>org.netbeans.html</groupId>