This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit 28c371c87820a6977f8af16f274eef999c3b69f3 Author: Martin Quinson <[email protected]> Date: Fri Apr 18 17:04:10 2014 +0200 Update the plm wrapper to also load the jython-related jars --- debian/changelog | 1 + debian/plm.sh | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31b2c00..ecd51e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ plm (2.3+repack-3) UNRELEASED; urgency=medium * Manually add a missing dependency on libhttpmime-java. The automagic seems to miss that one, and I don't want to dig into jh's internals today. + * Update the plm wrapper to also load the jython-related jars. -- Martin Quinson <[email protected]> Fri, 18 Apr 2014 14:10:14 +0200 diff --git a/debian/plm.sh b/debian/plm.sh index 48e0777..a098429 100755 --- a/debian/plm.sh +++ b/debian/plm.sh @@ -17,10 +17,12 @@ fi # We depend on the openjdk runtime find_java_runtime openjdk7 -# Use jython if found (this does not work yet, as we build-dep on jython: jh_build adds it to the depends) -#if locate_jar jython; then -# find_jars jython -#fi +# Request jython and friends. +# (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 -- 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

