This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch master in repository plm.
commit 79210eecf4563cf80b74c6e6a5b7c4ab19736ccc Author: Martin Quinson <[email protected]> Date: Sat Jan 2 02:34:09 2016 +0100 cosmetics --- debian/plm.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/plm.sh b/debian/plm.sh index e33e429..30b8a59 100755 --- a/debian/plm.sh +++ b/debian/plm.sh @@ -21,11 +21,8 @@ find_java_runtime openjdk7 # (I'd like to have it used only if found, but this does not work yet: as we build-dep on jython, jh_build adds it to the depends) find_jars jython jruby antlr3-runtime asm3 -# jython seems to depend on guava nowadays. No idea why it's not picked, then -find_jars guava - -# For some reason, some people need that jar to be manually loaded -find_jars commons-logging +# For some reason, some people need these jar to be manually loaded. That's annoying, they should be picked automatically instead. +find_jars commons-logging guava # http stuff find_jars httpmime httpcore httpclient -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

