You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/03/24 13:15:47 UTC

svn commit: r927026 - in /servicemix/smx3/trunk: distributions/apache-servicemix/pom.xml pom.xml

Author: jbonofre
Date: Wed Mar 24 12:15:47 2010
New Revision: 927026

URL: http://svn.apache.org/viewvc?rev=927026&view=rev
Log:
[SM-1941] Add servicemix-vfs in the ServiceMix distribution.

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/pom.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=927026&r1=927025&r2=927026&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Wed Mar 24 12:15:47 2010
@@ -157,8 +157,12 @@
       <artifactId>servicemix-camel</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix-exec</artifactId>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-vfs</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -532,14 +536,21 @@
                   <type>zip</type>
                 </artifactItem>
                 <artifactItem>
-                    <groupId>org.apache.servicemix</groupId>
-                    <artifactId>servicemix-exec</artifactId>
-                    <version>${servicemix-exec-version}</version>
-                    <classifier>installer</classifier>
-                    <type>zip</type>
+                  <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-exec</artifactId>
+                  <version>${servicemix-exec-version}</version>
+                  <classifier>installer</classifier>
+                  <type>zip</type>
                 </artifactItem>            
                 <artifactItem>
                   <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-vfs</artifactId>
+                  <version>${servicemix-vfs-version}</version>
+                  <classifier>installer</classifier>
+                  <type>zip</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.servicemix</groupId>
                   <artifactId>servicemix-shared</artifactId>
                   <version>${servicemix-shared-version}</version>
                   <classifier>installer</classifier>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=927026&r1=927025&r2=927026&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Wed Mar 24 12:15:47 2010
@@ -87,6 +87,7 @@
         <servicemix-snmp-version>2010.01</servicemix-snmp-version>
         <servicemix-smpp-version>2010.01</servicemix-smpp-version>
         <servicemix-exec-version>2010.01</servicemix-exec-version>
+        <servicemix-vfs-version>2010.01</servicemix-vfs-version>
 
         <jbi-plugin-version>4.3</jbi-plugin-version>
         <res-maven-plugin-version>4.1</res-maven-plugin-version>
@@ -616,6 +617,12 @@
                 <version>${servicemix-exec-version}</version>
             </dependency>
             <dependency>
+                 <groupId>org.apache.servicemix</groupId>
+                 <artifactId>servicemix-vfs</artifactId>
+                 <version>${servicemix-vfs-version}</version>
+            </dependency>
+
+            <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>servicemix-web</artifactId>
                 <version>3.3.2-SNAPSHOT</version>