This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-common.
commit 9ffce3d48ab7a57ccb0aceb74649badeea8c213c Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 25 11:45:00 2015 +0200 Removed the unused classpath-from-jars-1 example --- debian/changelog | 1 + debian/java-common.examples | 1 - examples/classpath-from-jars-1 | 12 ------------ 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 846c771..b8adc82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ java-common (0.54) UNRELEASED; urgency=medium * Team upload. * Use OpenJDK 8 on mips, mipsel and mips64el. + * Removed the unused classpath-from-jars-1 example -- Emmanuel Bourg <[email protected]> Tue, 22 Sep 2015 09:23:34 +0200 diff --git a/debian/java-common.examples b/debian/java-common.examples deleted file mode 100644 index e39721e..0000000 --- a/debian/java-common.examples +++ /dev/null @@ -1 +0,0 @@ -examples/* diff --git a/examples/classpath-from-jars-1 b/examples/classpath-from-jars-1 deleted file mode 100644 index bea5802..0000000 --- a/examples/classpath-from-jars-1 +++ /dev/null @@ -1,12 +0,0 @@ -# No shebang here: you have to source this file or to include -# it into a shell startup file, since it changes the environment. -# Bourne shell syntax. - -# From: Aaron Brashears <[email protected]> - -for jar in /usr/share/java/*.jar ; do - CLASSPATH=${CLASSPATH}:$jar -done - - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-common.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

