This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 4038e562e8cdab39cb008fa3fb61848c60424023 Author: Stephane Bortzmeyer <[email protected]> Date: Thu Nov 9 16:27:52 2000 +0000 examples/ directory --- debian/rules | 2 +- examples/classpath-from-jars-1 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8e4a0b6..afc7579 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ binary-arch: build install # dh_testversion dh_testdir dh_testroot - dh_installexamples + dh_installexamples examples/* dh_installmenu # dh_installemacsen # dh_installinit diff --git a/examples/classpath-from-jars-1 b/examples/classpath-from-jars-1 new file mode 100644 index 0000000..bea5802 --- /dev/null +++ b/examples/classpath-from-jars-1 @@ -0,0 +1,12 @@ +# 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-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

