This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libnb-platform-java.
commit ab07c6c9967d275baa8d41a6a74920a8b4ae6c3e Author: Markus Koschany <[email protected]> Date: Tue Dec 15 16:55:04 2015 +0100 Add netbeans-platform-disable-net.java-modules.patch --- ...etbeans-platform-disable-net.java-modules.patch | 57 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 58 insertions(+) diff --git a/debian/patches/netbeans-platform-disable-net.java-modules.patch b/debian/patches/netbeans-platform-disable-net.java-modules.patch new file mode 100644 index 0000000..b88ebd2 --- /dev/null +++ b/debian/patches/netbeans-platform-disable-net.java-modules.patch @@ -0,0 +1,57 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 15 Dec 2015 16:54:49 +0100 +Subject: netbeans platform disable net.java modules + +--- + 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> ++ diff --git a/debian/patches/series b/debian/patches/series index f807b6e..090dcb8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ osgi-update.patch netbeans-platform-jemmy.patch netbeans-platform-empty-binaries-list.patch netbeans-platform-windowslauncher.patch +netbeans-platform-disable-net.java-modules.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

