Author: xhaakon-guest Date: 2013-01-26 11:11:29 +0000 (Sat, 26 Jan 2013) New Revision: 16404
Modified: trunk/asm3/debian/changelog trunk/asm3/debian/osgi.MF Log: Add Eclipse-BuddyPolicy: global to OSGi metadata Modified: trunk/asm3/debian/changelog =================================================================== --- trunk/asm3/debian/changelog 2013-01-25 18:07:16 UTC (rev 16403) +++ trunk/asm3/debian/changelog 2013-01-26 11:11:29 UTC (rev 16404) @@ -1,3 +1,11 @@ +asm3 (3.3.2-2) UNRELEASED; urgency=low + + * Add Eclipse-BuddyPolicy: global to OSGi metadata. This allows asm3 + to find and load classes not in its Require-Bundle and Import-Package. + (Needed by Jython running inside Eclipse.) + + -- Jakub Adam <[email protected]> Sat, 26 Jan 2013 11:52:15 +0100 + asm3 (3.3.2-1) unstable; urgency=low * Team upload. Modified: trunk/asm3/debian/osgi.MF =================================================================== --- trunk/asm3/debian/osgi.MF 2013-01-25 18:07:16 UTC (rev 16403) +++ trunk/asm3/debian/osgi.MF 2013-01-26 11:11:29 UTC (rev 16404) @@ -1 +1,2 @@ Bundle-SymbolicName: org.objectweb.asm +Eclipse-BuddyPolicy: global _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

