mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2570 - osgifying web console
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@960631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
caea2f22f0
commit
8d9ff0d25f
|
@ -60,6 +60,10 @@
|
|||
<!-- do "features:install war" before installing this one -->
|
||||
<feature name="activemq-web-console" version="${activemq-version}">
|
||||
<feature version="${activemq-version}">activemq-spring</feature>
|
||||
<bundle>mvn:org.springframework/spring-web/${spring-version}</bundle>
|
||||
<bundle>mvn:org.springframework/spring-webmvc/${spring-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-camel/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-web/${activemq-version}</bundle>
|
||||
<bundle>war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console</bundle>
|
||||
</feature>
|
||||
</features>
|
|
@ -130,7 +130,7 @@
|
|||
<Embed-Directory>WEB-INF/lib</Embed-Directory>
|
||||
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
|
||||
<Embed-Transitive>true</Embed-Transitive>
|
||||
<Import-Package>org.xml.sax,javax.xml.parsers,javax.xml.transform,javax.naming,org.w3c.dom,org.apache.activemq,org.apache.activemq.util,org.apache.activemq.xbean,org.apache.activemq*,!org.apache.activemq.web*,!org.springframework*,*</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,org.apache.activemq,org.apache.activemq.util,org.apache.activemq.xbean,org.apache.activemq*,org.springframework*,org.springframework.context.support,org.springframework.beans.factory.config,org.springframework.core.io,org.springframework.beans.factory,javax.servlet.jsp,javax.servlet.jsp.tagext,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -33,8 +33,11 @@
|
|||
<properties>
|
||||
<activemq.osgi.import.pkg>
|
||||
org.apache.activemq*;resolution:=optional,
|
||||
org.apache.camel*;resolution:=optional,
|
||||
org.eclipse.jetty*;resolution:=optional,
|
||||
org.springframework*;resolution:=optional,
|
||||
sun.management*;resolution:=optional,
|
||||
com.thoughtworks.xstream*;resolution:=optional,
|
||||
com.sun*;resolution:=optional,
|
||||
*
|
||||
</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export>
|
||||
|
|
Loading…
Reference in New Issue