You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by fo...@apache.org on 2006/03/02 11:05:18 UTC

svn commit: r382341 - /incubator/activemq/trunk/jmeter/project.xml

Author: foconer
Date: Thu Mar  2 02:05:16 2006
New Revision: 382341

URL: http://svn.apache.org/viewcvs?rev=382341&view=rev
Log:
updated package and dependencies.

Modified:
    incubator/activemq/trunk/jmeter/project.xml

Modified: incubator/activemq/trunk/jmeter/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/jmeter/project.xml?rev=382341&r1=382340&r2=382341&view=diff
==============================================================================
--- incubator/activemq/trunk/jmeter/project.xml (original)
+++ incubator/activemq/trunk/jmeter/project.xml Thu Mar  2 02:05:16 2006
@@ -23,7 +23,7 @@
     <shortDescription>ActiveMQ Assembly</shortDescription>
     <description>ActiveMQ Jmeter creates an ActiveMQ sampler for Jmeter</description>
 
-    <package>org.activemq</package>
+    <package>org.apache.activemq</package>
 
     <build>
         <sourceDirectory>src/java</sourceDirectory>
@@ -217,7 +217,7 @@
 
         <dependency>
             <groupId>oro</groupId>
-            <artifactId>jakarta-oro</artifactId>
+            <artifactId>oro</artifactId>
             <version>${jakarta_oro_version}</version>
         </dependency>