Author: limpbizkit
Date: Tue Dec  2 09:08:38 2008
New Revision: 717

Modified:
    trunk/common.xml

Log:
Temporary fix to ensure extensions have access to ImmutableMultimap. The  
current approach for creating jarjar'd extensions isn't going to work as  
cleanly as I'd originally hoped because jarjar vacuums out dependencies  
unused by Guice.

Modified: trunk/common.xml
==============================================================================
--- trunk/common.xml    (original)
+++ trunk/common.xml    Tue Dec  2 09:08:38 2008
@@ -119,6 +119,7 @@
        <rule pattern="net.sf.cglib.**"  
result="[EMAIL PROTECTED]"/>
        <rule pattern="org.objectweb.asm.**"  
result="[EMAIL PROTECTED]"/>
        <keep pattern="com.google.inject.**"/>
+      <keep pattern="com.google.common.collect.ImmutableMultimap"/>
      </jarjar>
    </target>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to