This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-posix.
commit 2fd8eca33d8ab95f54e2b60ec3a4bc526f1007d6 Author: Jakub Adam <[email protected]> Date: Sun Jan 20 13:37:48 2013 +0100 Specify Eclipse-BuddyPolicy: global Bundle passes its classloader to jaffl that uses it to load classes not specified as imports in jnr-posix's JAR manifest. We need global policy to be able to find these classes. --- debian/jnr-posix.bnd | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/jnr-posix.bnd b/debian/jnr-posix.bnd index bc2a94c..6a5d6b2 100644 --- a/debian/jnr-posix.bnd +++ b/debian/jnr-posix.bnd @@ -3,3 +3,4 @@ Bundle-SymbolicName: org.jruby.ext.posix Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org Import-Package: * +Eclipse-BuddyPolicy: global -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-posix.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

