You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/05/04 22:37:24 UTC

svn commit: r399854 - in /incubator/activemq/trunk: activemq-console/pom.xml activemq-gbean/pom.xml activemq-optional/pom.xml activemq-web/pom.xml assembly/pom.xml pom.xml

Author: chirino
Date: Thu May  4 13:37:24 2006
New Revision: 399854

URL: http://svn.apache.org/viewcvs?rev=399854&view=rev
Log:
Fixed references to the test-jar.

Modified:
    incubator/activemq/trunk/activemq-console/pom.xml
    incubator/activemq/trunk/activemq-gbean/pom.xml
    incubator/activemq/trunk/activemq-optional/pom.xml
    incubator/activemq/trunk/activemq-web/pom.xml
    incubator/activemq/trunk/assembly/pom.xml
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/activemq-console/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-console/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-console/pom.xml (original)
+++ incubator/activemq/trunk/activemq-console/pom.xml Thu May  4 13:37:24 2006
@@ -42,7 +42,8 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
+      <artifactId>activemq-core</artifactId>
+      <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: incubator/activemq/trunk/activemq-gbean/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-gbean/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-gbean/pom.xml (original)
+++ incubator/activemq/trunk/activemq-gbean/pom.xml Thu May  4 13:37:24 2006
@@ -43,10 +43,6 @@
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-gbean-management</artifactId>
     </dependency>
-    <dependency> <!-- Used for unit tests -->
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
-    </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activeio-core</artifactId>

Modified: incubator/activemq/trunk/activemq-optional/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-optional/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-optional/pom.xml (original)
+++ incubator/activemq/trunk/activemq-optional/pom.xml Thu May  4 13:37:24 2006
@@ -42,8 +42,9 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
+      <artifactId>activemq-core</artifactId>
       <scope>compile</scope>
+      <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: incubator/activemq/trunk/activemq-web/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web/pom.xml Thu May  4 13:37:24 2006
@@ -43,8 +43,9 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
+      <artifactId>activemq-core</artifactId>
       <scope>test</scope>
+      <type>test-jar</type>
     </dependency>
     
     <!-- web container -->

Modified: incubator/activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Thu May  4 13:37:24 2006
@@ -44,7 +44,8 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
+      <artifactId>activemq-core</artifactId>
+      <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -295,4 +296,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=399854&r1=399853&r2=399854&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu May  4 13:37:24 2006
@@ -178,8 +178,9 @@
       </dependency>
       <dependency>
         <groupId>${pom.groupId}</groupId>
-        <artifactId>activemq-core-test</artifactId>
+        <artifactId>activemq-core</artifactId>
         <version>${pom.version}</version>
+        <type>test-jar</type>
       </dependency>
       <dependency>
         <groupId>${pom.groupId}</groupId>
@@ -817,4 +818,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>