You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/02/16 20:52:19 UTC

svn commit: r378352 - /incubator/servicemix/trunk/servicemix-assembly/project.xml

Author: gnodet
Date: Thu Feb 16 11:52:17 2006
New Revision: 378352

URL: http://svn.apache.org/viewcvs?rev=378352&view=rev
Log:
Put activeio back in servicemix-assembly

Modified:
    incubator/servicemix/trunk/servicemix-assembly/project.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/project.xml?rev=378352&r1=378351&r2=378352&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/project.xml Thu Feb 16 11:52:17 2006
@@ -349,6 +349,14 @@
       </properties>
     </dependency>
     <dependency>
+      <groupId>activeio</groupId>
+      <artifactId>activeio</artifactId>
+      <version>${activeio_version}</version>
+      <properties>
+        <lib>true</lib>
+      </properties>
+    </dependency>
+    <dependency>
       <groupId>incubator-activemq</groupId>
       <artifactId>activemq-ra</artifactId>
       <version>${activemq_version}</version>