You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/06/18 23:05:47 UTC

svn commit: r786275 - /felix/trunk/karaf/pom.xml

Author: gnodet
Date: Thu Jun 18 21:05:47 2009
New Revision: 786275

URL: http://svn.apache.org/viewvc?rev=786275&view=rev
Log:
Disable integration tests / demos for blueprint branch

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=786275&r1=786274&r2=786275&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Thu Jun 18 21:05:47 2009
@@ -43,8 +43,10 @@
         <module>management</module>
         <module>webconsole</module>
         <module>assembly</module>
+        <!--
         <module>demos</module>
         <module>itests</module>
+        -->
         <module>tooling</module>
     </modules>
 
@@ -366,6 +368,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.metatype</artifactId>
+                <version>${felix.metatype.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.webconsole</artifactId>
                 <version>${felix.webconsole.version}</version>
             </dependency>