Author: lhein
Date: Wed Jun 25 04:38:51 2008
New Revision: 671514

URL: http://svn.apache.org/viewvc?rev=671514&view=rev
Log:
- included servicemix-utils into distribution (caused a ClassNotFoundException 
at startup of smx)

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

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=671514&r1=671513&r2=671514&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Wed Jun 25 
04:38:51 2008
@@ -50,6 +50,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-components</artifactId>
     </dependency>
     <dependency>

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml?rev=671514&r1=671513&r2=671514&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml 
(original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml 
Wed Jun 25 04:38:51 2008
@@ -106,6 +106,7 @@
         <include>org.apache.servicemix:servicemix-services</include>
         <include>org.apache.servicemix:servicemix-core</include>
         <include>org.apache.servicemix:servicemix-audit</include>
+        <include>org.apache.servicemix:servicemix-utils</include>
         <include>org.apache.xbean:xbean-spring</include>
         <include>org.apache.xbean:xbean-classloader</include>
         <include>wsdl4j:wsdl4j</include>


Reply via email to