You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-scm@geronimo.apache.org by xu...@apache.org on 2011/02/24 07:40:21 UTC

svn commit: r1074050 - /geronimo/xbean/trunk/xbean-classloader/pom.xml

Author: xuhaihong
Date: Thu Feb 24 06:40:20 2011
New Revision: 1074050

URL: http://svn.apache.org/viewvc?rev=1074050&view=rev
Log:
Make the import packages from spring-bean as optional

Modified:
    geronimo/xbean/trunk/xbean-classloader/pom.xml

Modified: geronimo/xbean/trunk/xbean-classloader/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-classloader/pom.xml?rev=1074050&r1=1074049&r2=1074050&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-classloader/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-classloader/pom.xml Thu Feb 24 06:40:20 2011
@@ -49,6 +49,18 @@
                     <namespace>http://xbean.apache.org/schemas/classloader</namespace>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            org.springframework.beans.factory*;resolution:=optional,
+                            *
+                        </Import-Package>
+                    </instructions>
+              </configuration>
+            </plugin>
         </plugins>
     </build>