This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository osgi-core.
commit 656f954e6e2afa5248a4c6e09d4f94711c0d9cb2 Author: Markus Koschany <[email protected]> Date: Mon Feb 23 20:26:25 2015 +0100 Add osgi.annotation to CLASSPATH. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8eabcc4..57b83f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ osgi-core (6.0.0-1) experimental; urgency=medium * Drop maven.rules because it was not used. * debian/pom.xml: Update for new release 6.0.0. * Add libosgi-annotation-java to Build-Depends. + * Add osgi.annotation to CLASSPATH. -- Markus Koschany <[email protected]> Mon, 23 Feb 2015 19:06:18 +0100 diff --git a/debian/rules b/debian/rules index 8ac4882..6ff1f26 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export JAVA_HOME := /usr/lib/jvm/default-java +export CLASSPATH := /usr/share/java/osgi.annotation.jar MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/org.osgi.core VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

