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 bf75bff601b83de7868bbc82146ef55a0591a8fd Author: Markus Koschany <[email protected]> Date: Wed Jun 3 12:55:05 2015 +0200 Add javafx-classpath.patch. --- debian/changelog | 2 ++ debian/patches/javafx-classpath.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index b5ab737..c2c89a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ libnb-platform18-java (8.0.2+dfsg1-1) unstable; urgency=medium we don't build for older netbeans platforms either. * Add osgi-update.patch for incorporating the changes to the OSGi framework specification. + * Add javafx-classpath.patch and fix the classpath to Debian's system + jfxrt.jar file. * Fix privacy breach logo lintian error and privacy breach lintian warning by removing the links to external image sources in javadoc files. * Update debian/copyright for new release. diff --git a/debian/patches/javafx-classpath.patch b/debian/patches/javafx-classpath.patch new file mode 100644 index 0000000..0dc6b9d --- /dev/null +++ b/debian/patches/javafx-classpath.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Wed, 3 Jun 2015 13:13:10 +0200 +Subject: javafx classpath + +Fix the classpath to jfxrt.jar. +Forwarded: not-needed +--- + libs.javafx/manifest.mf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libs.javafx/manifest.mf b/libs.javafx/manifest.mf +index 7dd7699..b4e0691 100644 +--- a/libs.javafx/manifest.mf ++++ b/libs.javafx/manifest.mf +@@ -4,5 +4,5 @@ OpenIDE-Module-Package-Dependencies: javafx.application[Application] + OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/javafx/Bundle.properties + OpenIDE-Module-Specification-Version: 2.4.1 + OpenIDE-Module-Needs: org.openide.modules.jre.JavaFX +-Class-Path: ${java.home}/lib/ext/jfxrt.jar ++Class-Path: /usr/share/java/openjfx/jre/lib/ext/jfxrt.jar + diff --git a/debian/patches/series b/debian/patches/series index 9484f1e..da454d7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ netbeans-platform-windowslauncher.patch netbeans-platform-properties.patch osgi-update.patch netbeans-platform-jemmy.patch +javafx-classpath.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

