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 2008/09/01 05:34:24 UTC

svn commit: r690842 - /activemq/camel/trunk/pom.xml

Author: ningjiang
Date: Sun Aug 31 20:34:23 2008
New Revision: 690842

URL: http://svn.apache.org/viewvc?rev=690842&view=rev
Log:
Don't download the JavaDoc when setting up the eclipse files by default

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=690842&r1=690841&r2=690842&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sun Aug 31 20:34:23 2008
@@ -926,8 +926,7 @@
           <version>2.5.1</version>
           <configuration>
             <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
-            <downloadSources>true</downloadSources>
-            <downloadJavadocs>true</downloadJavadocs>
+            <downloadSources>true</downloadSources>            
 
             <!-- Eclipse update site for the Checkstyle plugin is http://eclipse-cs.sourceforge.net/update -->
             <!-- Eclipse update site for the PMD plugin is http://pmd.sf.net/eclipse -->