Updated the dependencies to be included in the jar file activemq-full-version.jar. This was referenced to the jar created in maven1.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2006-03-31 07:30:09 +00:00
parent 1263c80c7b
commit 065f8a9807
1 changed files with 8 additions and 6 deletions

View File

@ -26,14 +26,16 @@
<unpack>true</unpack>
<scope>runtime</scope>
<includes>
<include>org.apache.activemq:activemq-core</include>
<include>incubator-activemq:activemq-console</include>
<include>incubator-activemq:activemq-core</include>
<include>incubator-activemq:activeio-core</include>
<include>incubator-activemq:activemq-optional</include>
<include>backport-util-concurrent:backport-util-concurrent</include>
<include>commons-logging:commons-logging</include>
<include>geronimo-spec:geronimo-spec-jms</include>
<include>geronimo-spec:geronimo-spec-j2ee-management</include>
<include>activeio:activeio</include>
<include>mx4j:mx4j</include>
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec</include>
<include>org.apache.derby:derby</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>
</assembly>