This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit 5d2b13ddb50bdfbd10f9131dad824c58b904d870 Author: Jakub Adam <[email protected]> Date: Sat Sep 28 12:35:11 2013 +0000 Remove some OSGi package imports --- debian/antlr3-runtime.bnd | 2 +- debian/antlr3.bnd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/antlr3-runtime.bnd b/debian/antlr3-runtime.bnd index 56701c2..af91cc0 100644 --- a/debian/antlr3-runtime.bnd +++ b/debian/antlr3-runtime.bnd @@ -2,4 +2,4 @@ Bundle-Name: ANother Tool for Language Recognition runtime Bundle-SymbolicName: org.antlr.runtime Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org -Import-Package: * +Import-Package: !org.antlr.stringtemplate.*, * diff --git a/debian/antlr3.bnd b/debian/antlr3.bnd index fd625cd..f383bb8 100644 --- a/debian/antlr3.bnd +++ b/debian/antlr3.bnd @@ -2,4 +2,4 @@ Bundle-Name: ANother Tool for Language Recognition Bundle-SymbolicName: org.antlr Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org -Import-Package: * +Import-Package: !antlr.*, !org.antlr.stringtemplate.*, * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

