You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/27 12:56:25 UTC

svn commit: r1294124 - in /karaf/trunk: assemblies/apache-karaf/pom.xml pom.xml

Author: jbonofre
Date: Mon Feb 27 11:56:25 2012
New Revision: 1294124

URL: http://svn.apache.org/viewvc?rev=1294124&view=rev
Log:
Temporary remove demos from reactor and from the default features URL set.

Modified:
    karaf/trunk/assemblies/apache-karaf/pom.xml
    karaf/trunk/pom.xml

Modified: karaf/trunk/assemblies/apache-karaf/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/apache-karaf/pom.xml?rev=1294124&r1=1294123&r2=1294124&view=diff
==============================================================================
--- karaf/trunk/assemblies/apache-karaf/pom.xml (original)
+++ karaf/trunk/assemblies/apache-karaf/pom.xml Mon Feb 27 11:56:25 2012
@@ -71,6 +71,7 @@
             <type>xml</type>
             <scope>runtime</scope>
         </dependency>
+        <!--
         <dependency>
             <groupId>org.apache.karaf.demos</groupId>
             <artifactId>org.apache.karaf.demos.branding</artifactId>
@@ -106,6 +107,7 @@
             <type>kar</type>
             <scope>runtime</scope>
         </dependency>
+        -->
     </dependencies>
 
     <build>

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1294124&r1=1294123&r2=1294124&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Mon Feb 27 11:56:25 2012
@@ -55,7 +55,7 @@
         <module>scr</module>
         <module>tooling</module>
         <module>assemblies</module>
-        <module>demos</module>
+        <!--module>demos</module-->
         <module>itests</module>
         <module>archetypes</module>
         <module>diagnostic</module>