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/26 13:27:49 UTC

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

Author: jbonofre
Date: Fri Mar 26 12:27:49 2010
New Revision: 927798

URL: http://svn.apache.org/viewvc?rev=927798&view=rev
Log:
[SM-1940] Add exec and vfs XSD in the distribution schemas folder.

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/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=927798&r1=927797&r2=927798&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Fri Mar 26 12:27:49 2010
@@ -700,6 +700,18 @@
                   <version>${servicemix-cxf-bc-version}</version>
                   <type>xsd</type>
                 </artifactItem>
+                <artifactItem>
+                   <groupId>org.apache.servicemix</groupId>
+                   <artifactId>servicemix-exec</artifactId>
+                   <version>${servicemix-exec-version}</version>
+                   <type>xsd</type>
+                </artifactItem>
+                <artifactItem>
+                    <groupId>org.apache.servicemix</groupId>
+                    <artifactId>servicemix-vfs</artifactId>
+                    <version>${servicemix-vfs-version}</version>
+                    <type>xsd</type>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>