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 f7e1bd4faadc430d96995d291df935dc9db41cc5 Author: Markus Koschany <[email protected]> Date: Tue Jun 2 13:48:24 2015 +0200 Add netbeans-platform-jemmy.patch --- debian/patches/netbeans-platform-jemmy.patch | 22 ++++++++++++++++++++++ debian/patches/osgi-update.patch | 2 +- debian/patches/series | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/patches/netbeans-platform-jemmy.patch b/debian/patches/netbeans-platform-jemmy.patch new file mode 100644 index 0000000..6d8482d --- /dev/null +++ b/debian/patches/netbeans-platform-jemmy.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 2 Jun 2015 13:48:04 +0200 +Subject: netbeans platform jemmy + +--- + jemmy/nbproject/project.properties | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/jemmy/nbproject/project.properties b/jemmy/nbproject/project.properties +index ab73fe9..f15365d 100644 +--- a/jemmy/nbproject/project.properties ++++ b/jemmy/nbproject/project.properties +@@ -43,7 +43,7 @@ is.autoload=true + javac.compilerargs=-Xlint -Xlint:-serial + javac.source=1.6 + release.external/jemmy-2.3.1.1.jar=modules/ext/jemmy-2.3.1.1.jar +-release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip +-release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip ++#release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip ++#release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip + sigtest.gen.fail.on.error=false + diff --git a/debian/patches/osgi-update.patch b/debian/patches/osgi-update.patch index 1745481..c497cde 100644 --- a/debian/patches/osgi-update.patch +++ b/debian/patches/osgi-update.patch @@ -21,7 +21,7 @@ index d97a2cd..37846b0 100644 } catch (IOException dirEx) { NetbinoxFactory.LOG.log(Level.WARNING, diff --git a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java -index 89c1357..759907c 100644 +index 89c1357..77a70d3 100644 --- a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java +++ b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java @@ -61,6 +61,8 @@ import org.osgi.framework.InvalidSyntaxException; diff --git a/debian/patches/series b/debian/patches/series index 30e5070..9484f1e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ netbeans-platform-nojnabinaries.patch netbeans-platform-windowslauncher.patch netbeans-platform-properties.patch osgi-update.patch +netbeans-platform-jemmy.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

