This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 2e9ebb1479cc79e1350bd3b8c30a5ebc3e240cb6 Author: Markus Koschany <[email protected]> Date: Fri Dec 25 21:56:56 2015 +0100 Disable core.browser.webview module to prevent a FTBFS with OpenJDK 7 This should probably work with OpenJDK 8 --- debian/patches/netbeans-core.browser.webview.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) diff --git a/debian/patches/netbeans-core.browser.webview.patch b/debian/patches/netbeans-core.browser.webview.patch new file mode 100644 index 0000000..d7a4091 --- /dev/null +++ b/debian/patches/netbeans-core.browser.webview.patch @@ -0,0 +1,20 @@ +From: Markus Koschany <[email protected]> +Date: Fri, 25 Dec 2015 21:56:27 +0100 +Subject: netbeans-core.browser.webview + +--- + nbbuild/cluster.properties | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties +index 6174264..f155cab 100644 +--- a/nbbuild/cluster.properties ++++ b/nbbuild/cluster.properties +@@ -300,7 +300,6 @@ nb.cluster.ide=\ + c.jcraft.jzlib,\ + code.analysis,\ + core.browser,\ +- core.browser.webview,\ + core.ide,\ + core.multitabs.project,\ + csl.api,\ diff --git a/debian/patches/series b/debian/patches/series index 6836f04..401cee7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -19,3 +19,4 @@ netbeans-cluster-properties.patch netbeans-o.n.bootstrap.patch netbeans-platform-properties.patch netbeans-jemmy.patch +netbeans-core.browser.webview.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

