This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository janino.
commit fa7cd7f55d20d5aaeac087c73c569758dedc7c33 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 2 13:57:12 2013 +0200 Added commons-compiler.jar to the classpath defined in the manifest of commons-compiler-jdk.jar --- debian/changelog | 3 ++- debian/libjanino-java.manifest | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f008126..5e91976 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,8 @@ janino (2.7.0-1) UNRELEASED; urgency=low * Use XZ compression for the upstreal tarball * Use the upstream build system instead of javahelper * Install the Maven artifacts in /usr/share/maven-repo - * Added commons-compiler.jar to the classpath defined in janino.jar manifest + * Added commons-compiler.jar to the classpath defined in the manifests + of janino.jar and commons-compiler-jdk.jar * Register the documentation with doc-base * debian/control: Changed the Section from libs to java * debian/watch: Updated the download page diff --git a/debian/libjanino-java.manifest b/debian/libjanino-java.manifest index 4a77e79..619768c 100644 --- a/debian/libjanino-java.manifest +++ b/debian/libjanino-java.manifest @@ -1,3 +1,5 @@ usr/share/java/janino.jar: Main-Class: org.codehaus.janino.SimpleCompiler Class-Path: commons-compiler.jar ant.jar +usr/share/java/commons-compiler-jdk.jar: + Class-Path: commons-compiler.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/janino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

