git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@960631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-07-05 16:04:29 +00:00
parent caea2f22f0
commit 8d9ff0d25f
3 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>