You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/16 20:53:38 UTC

svn commit: r566800 - /activemq/camel/trunk/tooling/pom.xml

Author: jstrachan
Date: Thu Aug 16 11:53:37 2007
New Revision: 566800

URL: http://svn.apache.org/viewvc?view=rev&rev=566800
Log:
disable xsddoc until we can get the damn thing working in mvn site!

Modified:
    activemq/camel/trunk/tooling/pom.xml

Modified: activemq/camel/trunk/tooling/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/pom.xml?view=diff&rev=566800&r1=566799&r2=566800
==============================================================================
--- activemq/camel/trunk/tooling/pom.xml (original)
+++ activemq/camel/trunk/tooling/pom.xml Thu Aug 16 11:53:37 2007
@@ -32,7 +32,8 @@
   <packaging>pom</packaging>
 
   <modules>
-    <module>camel-xsddoc</module>
+    <!-- TODO when this doesn't barf when running 'mvn site' -->
+    <!--<module>camel-xsddoc</module>-->
     <module>maven</module>
     <module>archetypes</module>
     <module>camel-manual</module>