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 2009/12/16 16:06:57 UTC

svn commit: r891271 - /geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml

Author: jbohn
Date: Wed Dec 16 15:06:56 2009
New Revision: 891271

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

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

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml?rev=891271&r1=891270&r2=891271&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml Wed Dec 16 15:06:56 2009
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -65,17 +66,17 @@
                       <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>
+                        <!--<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.avalon.framework.logger;resolution:=optional,-->
+                            <!--org.apache.log;resolution:=optional,-->
+                            <!--org.apache.log4j;resolution:=optional,-->
+                            org.apache.commons.logging,
                             javax.naming
                         </Import-Package>
                     </instructions>