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 gn...@apache.org on 2007/11/28 09:02:26 UTC

svn commit: r598896 - /geronimo/xbean/trunk/xbean-spring/pom.xml

Author: gnodet
Date: Wed Nov 28 00:02:26 2007
New Revision: 598896

URL: http://svn.apache.org/viewvc?rev=598896&view=rev
Log:
XBEAN-99: Xbean-spring 3.3-SNAPSHOT bundle included some optional dependencies as mandatory.

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

Modified: geronimo/xbean/trunk/xbean-spring/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-spring/pom.xml?rev=598896&r1=598895&r2=598896&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-spring/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-spring/pom.xml Wed Nov 28 00:02:26 2007
@@ -32,7 +32,15 @@
     <artifactId>xbean-spring</artifactId>
     <packaging>bundle</packaging>
     <name>XBean :: Spring</name>
-
+	
+	<properties>
+		<xbean.osgi.import.pkg>
+			com.thoughtworks.qdox*;resolution:=optional,
+			org.apache.tools.ant*;resolution:=optional,
+			*
+		</xbean.osgi.import.pkg>
+	</properties>
+	
     <dependencies>
 
         <dependency>