1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.apisupport.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
<code-name-base>org.netbeans.modules.web.webkit.debugging</code-name-base>
<module-dependencies>
<dependency>
<code-name-base>org.netbeans.api.debugger</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>1</release-version>
<specification-version>1.36</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.libs.json_simple</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>1</release-version>
<specification-version>0.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.io</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>1.30</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util.ui</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>9.3</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>9.3</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util.lookup</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>8.15</specification-version>
</run-dependency>
</dependency>
</module-dependencies>
<test-dependencies>
<test-type>
<name>unit</name>
<test-dependency>
<code-name-base>org.netbeans.libs.junit4</code-name-base>
<compile-dependency/>
</test-dependency>
</test-type>
</test-dependencies>
<friend-packages>
<friend>org.netbeans.core.browser.webview</friend>
<friend>org.netbeans.modules.cordova</friend>
<friend>org.netbeans.modules.cordova.platforms</friend>
<friend>org.netbeans.modules.cordova.platforms.android</friend>
<friend>org.netbeans.modules.cordova.platforms.ios</friend>
<friend>org.netbeans.modules.extbrowser.chrome</friend>
<friend>org.netbeans.modules.web.browser.api</friend>
<friend>org.netbeans.modules.web.inspect</friend>
<friend>org.netbeans.modules.web.javascript.debugger</friend>
<friend>org.netbeans.modules.web.livehtml</friend>
<friend>org.netbeans.modules.ko4j.debugging</friend>
<friend>org.netbeans.modules.web.webkit.tooling</friend>
<package>org.netbeans.modules.web.webkit.debugging.api</package>
<package>org.netbeans.modules.web.webkit.debugging.api.console</package>
<package>org.netbeans.modules.web.webkit.debugging.api.css</package>
<package>org.netbeans.modules.web.webkit.debugging.api.debugger</package>
<package>org.netbeans.modules.web.webkit.debugging.api.dom</package>
<package>org.netbeans.modules.web.webkit.debugging.api.network</package>
<package>org.netbeans.modules.web.webkit.debugging.api.page</package>
<package>org.netbeans.modules.web.webkit.debugging.spi</package>
</friend-packages>
</data>
</configuration>
</project>
|