[hornetq-commits] JBoss hornetq SVN: r10509 - in trunk/distribution: src/main/assembly and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 14 11:04:11 EDT 2011


Author: ataylor
Date: 2011-04-14 11:04:10 -0400 (Thu, 14 Apr 2011)
New Revision: 10509

Modified:
   trunk/distribution/hornetq-distribution.iml
   trunk/distribution/pom.xml
   trunk/distribution/src/main/assembly/dep.xml
Log:
added dependency for jnpserver and jms api

Modified: trunk/distribution/hornetq-distribution.iml
===================================================================
--- trunk/distribution/hornetq-distribution.iml	2011-04-14 14:07:35 UTC (rev 10508)
+++ trunk/distribution/hornetq-distribution.iml	2011-04-14 15:04:10 UTC (rev 10509)
@@ -9,6 +9,10 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="Maven: org.jboss.javaee:jboss-jms-api:1.1.0.GA" level="project" />
+    <orderEntry type="library" name="Maven: org.jboss.naming:jnpserver:5.0.3.GA" level="project" />
+    <orderEntry type="library" name="Maven: org.jboss:jboss-common-core:2.2.14.GA" level="project" />
+    <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging-spi:2.1.0.GA" level="project" />
   </component>
 </module>
 

Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml	2011-04-14 14:07:35 UTC (rev 10508)
+++ trunk/distribution/pom.xml	2011-04-14 15:04:10 UTC (rev 10509)
@@ -13,6 +13,19 @@
    <packaging>pom</packaging>
    <name>HornetQ Distribution</name>
 
+
+   <dependencies>
+       <dependency>
+           <groupId>org.jboss.javaee</groupId>
+           <artifactId>jboss-jms-api</artifactId>
+       </dependency>
+      <dependency>
+          <groupId>org.jboss.naming</groupId>
+          <artifactId>jnpserver</artifactId>
+      </dependency>
+   </dependencies>
+
+
    <build>
       <resources>
          <resource>

Modified: trunk/distribution/src/main/assembly/dep.xml
===================================================================
--- trunk/distribution/src/main/assembly/dep.xml	2011-04-14 14:07:35 UTC (rev 10508)
+++ trunk/distribution/src/main/assembly/dep.xml	2011-04-14 15:04:10 UTC (rev 10509)
@@ -68,16 +68,6 @@
             <outputDirectory>lib</outputDirectory>
             <unpack>false</unpack>
          </binaries>
-      </moduleSet> <moduleSet>
-         <useAllReactorProjects>true</useAllReactorProjects>
-         <includes>
-            <include>org.hornetq:hornetq-jms</include>
-         </includes>
-         <binaries>
-            <includeDependencies>false</includeDependencies>
-            <outputDirectory>lib</outputDirectory>
-            <unpack>false</unpack>
-         </binaries>
       </moduleSet>
       <moduleSet>
          <useAllReactorProjects>true</useAllReactorProjects>
@@ -199,6 +189,22 @@
       </sources>
       </moduleSet>
    </moduleSets>
+   <dependencySets>
+      <dependencySet>
+         <includes>
+            <include>org.jboss.javaee:jboss-jms-api</include>
+         </includes>
+         <outputDirectory>lib</outputDirectory>
+         <unpack>false</unpack>
+      </dependencySet>
+      <dependencySet>
+         <includes>
+            <include>org.jboss.naming:jnpserver</include>
+         </includes>
+         <outputDirectory>lib</outputDirectory>
+         <unpack>false</unpack>
+      </dependencySet>
+   </dependencySets>
   <fileSets>
     <fileSet>
       <directory>src/main/resources/config</directory>



More information about the hornetq-commits mailing list