[java-wrappers] 46/61: [java-wrappers] prefer openjdk7

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:21 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository java-wrappers.

commit f6e7f9cddc7e22f6d14fa8d4ccca238e4ae18af6
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Wed Sep 18 20:38:26 2013 +0000

    [java-wrappers] prefer openjdk7
---
 jvm-list.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jvm-list.sh b/jvm-list.sh
index b634b85..70f51da 100644
--- a/jvm-list.sh
+++ b/jvm-list.sh
@@ -49,7 +49,7 @@ __jvm_openjdk="$__jvm_openjdk7 $__jvm_openjdk6"
 # The java* runtimes:
 __jvm_java7="$__jvm_openjdk7"
 # -> corresponds to Provides: java6-runtime 
-__jvm_java6="$__jvm_openjdk6 $__jvm_sun6 $__jvm_java7"
+__jvm_java6="$__jvm_java7 $__jvm_openjdk6 $__jvm_sun6"
 # -> corresponds to Provides: java5-runtime 
 __jvm_java5="$__jvm_gcj5 $__jvm_java6"
 # -> corresponds to Provides: java2-runtime 

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



More information about the pkg-java-commits mailing list