This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 005a6b71e1ddf3ea32fd7f845afb8b222594c92b Author: Markus Koschany <[email protected]> Date: Fri Jun 12 01:11:42 2015 +0200 Do not require httpserver for xsl module --- debian/patches/netbeans-xsl-httpserver.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) diff --git a/debian/patches/netbeans-xsl-httpserver.patch b/debian/patches/netbeans-xsl-httpserver.patch new file mode 100644 index 0000000..9e46d39 --- /dev/null +++ b/debian/patches/netbeans-xsl-httpserver.patch @@ -0,0 +1,19 @@ +From: Markus Koschany <[email protected]> +Date: Fri, 12 Jun 2015 01:11:12 +0200 +Subject: netbeans xsl httpserver + +--- + xsl/manifest.mf | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/xsl/manifest.mf b/xsl/manifest.mf +index bbd2739..b253542 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.39.1 diff --git a/debian/patches/series b/debian/patches/series index 39d6ce3..b8bce9a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,3 +26,4 @@ netbeans-build.patch netbeans-ide-launcher.patch netbeans-platform-launcher.patch netbeans-small-ide.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

