Revision: 88b6d13516ba
Author:   Sam Berlin <[email protected]>
Date:     Fri Jan 13 15:32:04 2012
Log:      Issue 494  - add Eclipse-ExtensibleAPI:true to core guice.jar

Revision created by MOE tool push_codebase.
MOE_MIGRATION=4088

http://code.google.com/p/google-guice/source/detail?r=88b6d13516ba

Modified:
 /common.xml
 /core/pom.xml

=======================================
--- /common.xml Fri Jan 13 15:22:35 2012
+++ /common.xml Fri Jan 13 15:32:04 2012
@@ -44,6 +44,10 @@

<property name="Export-Package" value="!${module}.internal.*,${module}.*;version=${api.version}"/>

+    <condition property="Eclipse-ExtensibleAPI" value="true">
+      <equals arg1="${module}" arg2="com.google.inject"/>
+    </condition>
+
<condition property="Import-Package" value="!com.google.inject.*,*" else="!${module}.*,${imports},*">
       <istrue value="${fragment}"/>
     </condition>
=======================================
--- /core/pom.xml       Fri Jan 13 15:22:35 2012
+++ /core/pom.xml       Fri Jan 13 15:32:04 2012
@@ -98,6 +98,11 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI>
+          </instructions>
+        </configuration>
       </plugin>
       <!--
        | Remove duplicate jarjar'd LICENSE and NOTICE

--
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