This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit ae0914e25f2d60e220a1170d6c067519cc875a54 Author: Matthias Klose <[email protected]> Date: Wed Sep 5 00:08:06 2007 +0200 Imported Debian patch 3.3.0+0728-4 --- debian/changelog | 6 ++++++ debian/ecj.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9173cb2..e402bf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.3.0+0728-4) unstable; urgency=low + + * Fix name of renamed jar file (Michael Koch). + + -- Matthias Klose <[email protected]> Wed, 05 Sep 2007 00:08:06 +0200 + ecj (3.3.0+0728-3) unstable; urgency=medium * Use ecj-standalone.jar to build the ecj-gcj and ecj1 binaries. diff --git a/debian/ecj.in b/debian/ecj.in index 5c30739..ca4dfa9 100644 --- a/debian/ecj.in +++ b/debian/ecj.in @@ -17,8 +17,8 @@ else case $CLASSPATH in */usr/share/java/ecj.jar*) ;; - */usr/share/java/ecj-eclipse.jar*) ;; - *) CLASSPATH=${CLASSPATH:+$CLASSPATH:}/usr/share/java/ecj-eclipse.jar + */usr/share/java/eclipse-ecj.jar*) ;; + *) CLASSPATH=${CLASSPATH:+$CLASSPATH:}/usr/share/java/eclipse-ecj.jar esac export CLASSPATH -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

