mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4034 - adding dependency resources to the osgi jar
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1436379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0dcdab784b
commit
503d3c3fd1
|
@ -35,8 +35,7 @@
|
|||
|
||||
</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export>
|
||||
org.apache.activemq*;version=${project.version};-noimport:=true;-split-package:=merge-first,
|
||||
'=META-INF.services.org.apache.xbean.spring.http.activemq.apache.org.schema';-noimport:=true
|
||||
org.apache.activemq*;version=${project.version};-noimport:=true;-split-package:=merge-first
|
||||
</activemq.osgi.export>
|
||||
<activemq.osgi.dynamic.import>*</activemq.osgi.dynamic.import>
|
||||
<surefire.argLine>-Xmx512M</surefire.argLine>
|
||||
|
@ -165,6 +164,8 @@
|
|||
<configuration>
|
||||
<instructions>
|
||||
<!-- <Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator> -->
|
||||
<Embed-Dependency>*;groupId=org.apache.activemq;inline=META-INF/services/*</Embed-Dependency>
|
||||
<Embed-Transitive>true</Embed-Transitive>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>activemq-spring</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ :: Spring</name>
|
||||
<description>ActiveMQ Spring Integration</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue