You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/09/07 04:45:18 UTC

svn commit: r993198 - /camel/trunk/tests/test-bundles/pom.xml

Author: ningjiang
Date: Tue Sep  7 02:45:18 2010
New Revision: 993198

URL: http://svn.apache.org/viewvc?rev=993198&view=rev
Log:
Comment out mock-javamail-1.7 to file the build of apache hudson

Modified:
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=993198&r1=993197&r2=993198&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Tue Sep  7 02:45:18 2010
@@ -135,6 +135,6 @@
     </build>
    
    <modules>
-     <module>mock-javamail_1.7</module>
+     <!--module>mock-javamail_1.7</module-->
    </modules>
 </project>