[weka] 02/03: update find_java_runtime to search for openjdk7 first
Tony Mancill
tmancill at alioth.debian.org
Wed Sep 4 04:27:51 UTC 2013
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository weka.
commit 73f0f8cbe9971aa2547a257a94552465db9e0d7b
Author: tony mancill <tmancill at debian.org>
Date: Tue Sep 3 21:26:22 2013 -0700
update find_java_runtime to search for openjdk7 first
---
debian/bin/weka | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/bin/weka b/debian/bin/weka
index 9e2ee20..4cc56f3 100644
--- a/debian/bin/weka
+++ b/debian/bin/weka
@@ -46,7 +46,7 @@ while true ; do
esac
done
-find_java_runtime openjdk6 sun6 || \
+find_java_runtime openjdk7 openjdk6 sun6 || \
( echo "$0: Java not found, aborting." >&2 && exit 1 )
find_jars weka.jar libsvm.jar
JAVA_ARGS=-Xmx$MEMORY run_java $CLASS $GUI $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/weka.git
More information about the pkg-java-commits
mailing list