Author: ccustine
Date: Fri Oct 16 00:08:52 2009
New Revision: 825710

URL: http://svn.apache.org/viewvc?rev=825710&view=rev
Log:
Reverting disable of manual build.  Manual build succeeds but assembly fails if 
it the manual pdf is not available.  We'll have to get prince installed on 
build servers, or find some way to optionally include it in assembly.

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=825710&r1=825709&r2=825710&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Fri Oct 16 00:08:52 2009
@@ -46,7 +46,7 @@
         <module>demos</module>
         <module>itests</module>
         <module>tooling</module>
-        <!--<module>manual</module>-->
+        <module>manual</module>
     </modules>
 
     <scm>


Reply via email to