Revision: abfe40d6bf6e
Author:   Stuart McCulloch <[email protected]>
Date:     Fri Dec 23 02:05:21 2011
Log:      Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar

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

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

=======================================
--- /common.xml Thu Jul  7 17:34:16 2011
+++ /common.xml Fri Dec 23 02:05:21 2011
@@ -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       Sun Jun 26 14:02:54 2011
+++ /core/pom.xml       Fri Dec 23 02:05:21 2011
@@ -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