This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit fd17787da856abdd9bd5806f21f1acad39ece9ff Author: Markus Koschany <[email protected]> Date: Sun Dec 27 00:34:28 2015 +0100 Refresh netbeans-xsl-httpserver.patch --- debian/patches/netbeans-xsl-httpserver.patch | 23 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/patches/netbeans-xsl-httpserver.patch b/debian/patches/netbeans-xsl-httpserver.patch new file mode 100644 index 0000000..13c73db --- /dev/null +++ b/debian/patches/netbeans-xsl-httpserver.patch @@ -0,0 +1,23 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 27 Dec 2015 00:33:38 +0100 +Subject: netbeans xsl httpserver + +Do not require the httpserver module since it is disabled. +Fixes a runtime error. Without this patch most base modules cannot be loaded. + +Forwarded: not-needed +--- + xsl/manifest.mf | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/xsl/manifest.mf b/xsl/manifest.mf +index 640b690..30b312f 100644 +--- a/xsl/manifest.mf ++++ b/xsl/manifest.mf +@@ -2,6 +2,5 @@ Manifest-Version: 1.0 + OpenIDE-Module: org.netbeans.modules.xsl/1 + OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xsl/resources/Bundle.properties + OpenIDE-Module-Layer: org/netbeans/modules/xsl/resources/mf-layer.xml +-OpenIDE-Module-Requires: org.openide.util.HttpServer$Impl + AutoUpdate-Show-In-Client: false + OpenIDE-Module-Specification-Version: 1.42.1 diff --git a/debian/patches/series b/debian/patches/series index c09efd9..ccc6790 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -32,3 +32,4 @@ netbeans-wildUpperBound.patch netbeans-com.sun.tools.hc.patch netbeans-CommandLineParser.patch netbeans-ide-launcher.patch +netbeans-xsl-httpserver.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

