[jabref] 443/459: get java-wrapper search for "java6"

gregor herrmann gregoa at debian.org
Thu Sep 15 20:41:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository jabref.

commit 05918d6aa81f4dbffc351906ed3c3f81fb1bfbef
Author: tony mancill <tmancill at debian.org>
Date:   Tue Oct 14 21:00:42 2014 -0700

    get java-wrapper search for "java6"
    
    This expands the list of runtimes matched to include the oracle
    runtimes and openjdk8.
---
 debian/jabref-wrapper | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/jabref-wrapper b/debian/jabref-wrapper
index 837e31b..042f607 100644
--- a/debian/jabref-wrapper
+++ b/debian/jabref-wrapper
@@ -3,8 +3,8 @@
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-# We need openjdk7/6 or sun6 runtime.
-find_java_runtime openjdk sun6
+# We need a java6 runtime (openjdk[876], oracle[87], sun6).
+find_java_runtime java6
 
 find_jars \
 	jabref \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list