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
|
From: Markus Koschany <apo@debian.org>
Date: Tue, 15 Dec 2015 16:54:49 +0100
Subject: netbeans platform disable net.java modules
Disable the net.java.module because it is not available in Debian.
Forwarded: not-needed
---
nbbuild/build.properties | 1 -
nbbuild/cluster.properties | 8 --------
net.java.html/build.xml | 1 +
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index 8e3826a..3c780eb 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -99,7 +99,6 @@ javadoc.packages=\
# List of modules that provide stable javadoc
config.javadoc.stable=\
api.annotations.common,\
- api.htmlui,\
api.intent,\
api.io,\
api.knockout,\
diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
index fce0fcb..776c7d4 100644
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -201,7 +201,6 @@ nb.cluster.platform.dir=platform
nb.cluster.platform.depends=nb.cluster.bootstrap
nb.cluster.platform=\
api.annotations.common,\
- api.htmlui,\
api.intent,\
api.io,\
api.progress,\
@@ -249,13 +248,6 @@ nb.cluster.platform=\
masterfs.nio2,\
masterfs.ui,\
masterfs.windows,\
- net.java.html,\
- net.java.html.boot,\
- net.java.html.boot.fx,\
- net.java.html.boot.script,\
- net.java.html.geo,\
- net.java.html.json,\
- net.java.html.sound,\
netbinox,\
o.jdesktop.layout,\
o.n.core,\
diff --git a/net.java.html/build.xml b/net.java.html/build.xml
index 9d4bc83..28f236f 100644
--- a/net.java.html/build.xml
+++ b/net.java.html/build.xml
@@ -3,3 +3,4 @@
<import file="../nbbuild/templates/projectized.xml"/>
<target name="jar"/>
</project>
+
|