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/11/14 17:24:03 UTC

svn commit: r474856 - in /incubator/servicemix/trunk/distributions/apache-servicemix: pom.xml src/main/assembly/bin.xml

Author: gnodet
Date: Tue Nov 14 08:24:03 2006
New Revision: 474856

URL: http://svn.apache.org/viewvc?view=rev&rev=474856
Log:
Include servicemix-audit in main distribution

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml?view=diff&rev=474856&r1=474855&r2=474856
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml Tue Nov 14 08:24:03 2006
@@ -48,6 +48,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-audit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-components</artifactId>
     </dependency>
     <dependency>

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml?view=diff&rev=474856&r1=474855&r2=474856
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml Tue Nov 14 08:24:03 2006
@@ -111,6 +111,7 @@
         <include>org.apache.servicemix:servicemix-jbi</include>
         <include>org.apache.servicemix:servicemix-services</include>
         <include>org.apache.servicemix:servicemix-core</include>
+        <include>org.apache.servicemix:servicemix-audit</include>
         <include>org.apache.xbean:xbean-spring</include>
         <include>org.apache.xbean:xbean-classloader</include>
         <include>org.apache.xbean:xbean-server</include>