You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cc...@apache.org on 2009/10/16 01:47:22 UTC

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

Author: ccustine
Date: Thu Oct 15 23:47:22 2009
New Revision: 825704

URL: http://svn.apache.org/viewvc?rev=825704&view=rev
Log:
Disabling manual in default build for now.  Perhaps we should add a profile to include it so that default builds work without prince (like Hudson builds).

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=825704&r1=825703&r2=825704&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Thu Oct 15 23:47:22 2009
@@ -46,7 +46,7 @@
         <module>demos</module>
         <module>itests</module>
         <module>tooling</module>
-        <module>manual</module>
+        <!--<module>manual</module>-->
     </modules>
 
     <scm>