You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2010/01/20 23:52:49 UTC

svn commit: r901417 - /geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml

Author: jbohn
Date: Wed Jan 20 22:52:48 2010
New Revision: 901417

URL: http://svn.apache.org/viewvc?rev=901417&view=rev
Log:
remove commons-logging from util bundle

Modified:
    geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml

Modified: geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml?rev=901417&r1=901416&r2=901417&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/util/pom.xml Wed Jan 20 22:52:48 2010
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -65,17 +66,10 @@
                       <supportedProjectType>bundle</supportedProjectType>
                     </supportedProjectTypes>
                     <instructions>
-                        <Bundle-ClassPath>.,lib</Bundle-ClassPath>
-                        <Embed-Directory>lib</Embed-Directory>
-                        <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
-                        <Embed-Transitive>true</Embed-Transitive>
                         <Export-Package>org.apache.geronimo.samples.daytrader.util;version=1.0.0</Export-Package>
                         <Import-Package>
                             org.apache.geronimo.samples.daytrader.util;version=1.0,
-                            org.apache.avalon.framework.logger;resolution:=optional,
-                            org.apache.log;resolution:=optional,
-                            org.apache.log4j;resolution:=optional,
-                            <!--*-->
+                            org.apache.commons.logging,
                             javax.naming
                         </Import-Package>
                     </instructions>