Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND.

git-svn-id: https://google-guice.googlecode.com/svn/trunk@510 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/build.properties b/build.properties
index fc56103..ca5f2d9 100644
--- a/build.properties
+++ b/build.properties
@@ -17,3 +17,5 @@
   com.google.inject.multibindings,\
   com.google.inject.commands
 test.class=com.google.inject.AllTests
+module=com.google.inject
+exclude.imports: !net.sf.cglib.*,!org.objectweb.asm.*