You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/06/24 23:10:13 UTC

svn commit: r788184 - /lucene/mahout/trunk/examples/pom.xml

Author: gsingers
Date: Wed Jun 24 21:10:13 2009
New Revision: 788184

URL: http://svn.apache.org/viewvc?rev=788184&view=rev
Log:
don't get wikipedia and reuters by default

Modified:
    lucene/mahout/trunk/examples/pom.xml

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=788184&r1=788183&r2=788184&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Wed Jun 24 21:10:13 2009
@@ -102,7 +102,7 @@
               <goal>run</goal>
             </goals>
           </execution>
-          <execution>
+          <!--<execution>
             <id>get-20news</id>
             <phase>process-classes</phase>
             <configuration>
@@ -120,8 +120,8 @@
             <goals>
               <goal>run</goal>
             </goals>
-          </execution>
-          <execution>
+          </execution>-->
+          <!--<execution>
             <id>get-enwiki</id>
             <phase>process-classes</phase>
             <configuration>
@@ -139,7 +139,7 @@
             <goals>
               <goal>run</goal>
             </goals>
-          </execution>
+          </execution>-->
         </executions>
       </plugin>