You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gn...@apache.org on 2010/07/08 13:24:10 UTC

svn commit: r961717 - /activemq/trunk/activemq-web-console/pom.xml

Author: gnodet
Date: Thu Jul  8 11:24:10 2010
New Revision: 961717

URL: http://svn.apache.org/viewvc?rev=961717&view=rev
Log:
AMQ-2570: make sure the log is delegated to the framework if possible when the web console is deployed in osgi

Modified:
    activemq/trunk/activemq-web-console/pom.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=961717&r1=961716&r2=961717&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Thu Jul  8 11:24:10 2010
@@ -119,7 +119,25 @@
             <Embed-Directory>WEB-INF/lib</Embed-Directory>
             <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
-            <Import-Package>org.xml.sax,org.xml.sax.helpers,javax.xml.parsers,javax.xml.transform,javax.management.remote,javax.naming,org.w3c.dom,javax.servlet*,javax.servlet.jsp,javax.servlet.jsp.tagext,javax.servlet.jsp.el,javax.management,javax.management.openmbean,javax.net</Import-Package>
+            <Import-Package>
+				org.xml.sax,
+				org.xml.sax.helpers,
+				javax.xml.parsers,
+				javax.xml.transform,
+				javax.management.remote,
+				javax.naming,
+				org.w3c.dom,
+				javax.servlet*,
+				javax.servlet.jsp,
+				javax.servlet.jsp.tagext,
+				javax.servlet.jsp.el,
+				javax.management,
+				javax.management.openmbean,
+				javax.net,
+				org.apache.commons.logging*;version="[1.1,2)";resolution:=optional,
+				org.slf4j*;version="[1.5,2)";resolution:=optional,
+				org.apache.log4j*;version="[1.2.14,2)";resolution:=optional,
+			</Import-Package>
           </instructions>
         </configuration>
       </plugin>