Using Eclipse-BuddyPolicy so ko-fx's registration is found as it has dependency on the brwsrctx module
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 06 Nov 2013 15:29:15 +0100
changeset 324c6504f41922a
parent 323 86aabecda7a3
child 325 3dc22f6fa03f
Using Eclipse-BuddyPolicy so ko-fx's registration is found as it has dependency on the brwsrctx module
context/pom.xml
     1.1 --- a/context/pom.xml	Wed Nov 06 15:15:54 2013 +0100
     1.2 +++ b/context/pom.xml	Wed Nov 06 15:29:15 2013 +0100
     1.3 @@ -21,6 +21,11 @@
     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 +                      <Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
    1.10 +                  </instructions>
    1.11 +              </configuration>
    1.12            </plugin>
    1.13        </plugins>
    1.14    </build>