boot/pom.xml
changeset 1021 c918924ad3c5
parent 1005 c7f11fbd5475
child 1068 463510dbc24b
     1.1 --- a/boot/pom.xml	Mon Sep 21 21:19:13 2015 +0200
     1.2 +++ b/boot/pom.xml	Thu Nov 26 20:59:51 2015 +0100
     1.3 @@ -26,6 +26,7 @@
     1.4                        <Agent-Class>org.netbeans.html.boot.impl.JsAgent</Agent-Class>
     1.5                        <Premain-Class>org.netbeans.html.boot.impl.JsAgent</Premain-Class>
     1.6                        <Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
     1.7 +                      <Require-Capability>osgi.extender;resolution:=optional;filter:="(osgi.extender=osgi.serviceloader.processor)",osgi.serviceloader;filter:="(osgi.serviceloader=org.netbeans.html.boot.spi.Fn$Presenter)";cardinality:=multiple;resolution:=optional</Require-Capability>
     1.8                    </instructions>
     1.9                </configuration>
    1.10            </plugin>