Support inspection for the new boot-fx project from org.netbeans.html groupId
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 10 Feb 2014 17:26:26 +0100
changeset 1816487223a59fcc5
parent 18163 5cfa53339563
child 18166 520a1fa9ab33
Support inspection for the new boot-fx project from org.netbeans.html groupId
ko4j.debugging/manifest.mf
ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/TurnInspectOn.java
     1.1 --- a/ko4j.debugging/manifest.mf	Thu Feb 06 16:20:34 2014 +0100
     1.2 +++ b/ko4j.debugging/manifest.mf	Mon Feb 10 17:26:26 2014 +0100
     1.3 @@ -2,6 +2,6 @@
     1.4  AutoUpdate-Show-In-Client: false
     1.5  OpenIDE-Module: org.netbeans.modules.ko4j.debugging
     1.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ko4j/debugging/Bundle.properties
     1.7 -OpenIDE-Module-Specification-Version: 0.3
     1.8 +OpenIDE-Module-Specification-Version: 0.4
     1.9  OpenIDE-Module-Needs: org.netbeans.modules.web.browser.api.PageInspector
    1.10  
     2.1 --- a/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/TurnInspectOn.java	Thu Feb 06 16:20:34 2014 +0100
     2.2 +++ b/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/TurnInspectOn.java	Mon Feb 10 17:26:26 2014 +0100
     2.3 @@ -82,6 +82,7 @@
     2.4              Set<?> s = (Set<?>)artiMethod.invoke(mp);
     2.5              final String text = s.toString();
     2.6              return text.contains("org.apidesign.html:boot-fx:") ||
     2.7 +                text.contains("org.netbeans.html:net.java.html.boot.fx:") ||
     2.8                  text.contains("org.apidesign.bck2brwsr:bck2brwsr-maven-plugin");
     2.9          } catch (Exception ex) {
    2.10              LOG.log(Level.SEVERE, "Problems obtaining list of artifacts", ex);