You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cm...@apache.org on 2010/11/22 15:34:25 UTC

svn commit: r1037734 - /servicemix/smx4/features/trunk/examples/web/pom.xml

Author: cmoulliard
Date: Mon Nov 22 14:34:25 2010
New Revision: 1037734

URL: http://svn.apache.org/viewvc?rev=1037734&view=rev
Log:
Use Smx instead of karaf 2.1

Modified:
    servicemix/smx4/features/trunk/examples/web/pom.xml

Modified: servicemix/smx4/features/trunk/examples/web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/web/pom.xml?rev=1037734&r1=1037733&r2=1037734&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/web/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/web/pom.xml Mon Nov 22 14:34:25 2010
@@ -118,11 +118,14 @@
                   <configuration>
                       <artifactItems>
                           <artifactItem>
-                              <!--<groupId>org.apache.servicemix</groupId>
-			      <artifactId>apache-servicemix</artifactId>-->
-                              <groupId>org.apache.karaf</groupId>
+                              <groupId>org.apache.servicemix</groupId>
+			                  <artifactId>apache-servicemix</artifactId>
+                              <version>${pom.version}</version>                     
+                              <!--<groupId>org.apache.karaf</groupId>
                               <artifactId>apache-karaf</artifactId>
                               <version>2.1.0</version>
+                              -->
+
                               <type>zip</type>
                               <overWrite>true</overWrite>
                               <outputDirectory>${project.build.directory}/smx4/WEB-INF</outputDirectory>
@@ -146,8 +149,8 @@
                   <configuration>
                       <tasks>
                           <move todir="${project.build.directory}/smx4/WEB-INF/servicemix">
-                              <!-- <fileset dir="${project.build.directory}/smx4/WEB-INF/apache-servicemix-${pom.version}" /> -->
-                                   <fileset dir="${project.build.directory}/smx4/WEB-INF/apache-karaf-2.1.0" />
+                              <fileset dir="${project.build.directory}/smx4/WEB-INF/apache-servicemix-${pom.version}" /> 
+                              <!--      <fileset dir="${project.build.directory}/smx4/WEB-INF/apache-karaf-2.1.0" /> -->
                           </move>
                       </tasks>
                   </configuration>