From: <sta...@us...> - 2007-04-06 23:27:42
|
Revision: 1708 http://archive-access.svn.sourceforge.net/archive-access/?rev=1708&view=rev Author: stack-sf Date: 2007-04-06 16:27:43 -0700 (Fri, 06 Apr 2007) Log Message: ----------- M nutchwax/nutchwax-core/src/main/java/overview.html M nutchwax/README.txt Update versions. M nutchwax/pom.xml Fix javadoc source pointers so they point to new locations under nutchwax-core. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/README.txt trunk/archive-access/projects/nutchwax/nutchwax-core/src/main/java/overview.html trunk/archive-access/projects/nutchwax/pom.xml Modified: trunk/archive-access/projects/nutchwax/README.txt =================================================================== --- trunk/archive-access/projects/nutchwax/README.txt 2007-04-06 22:54:36 UTC (rev 1707) +++ trunk/archive-access/projects/nutchwax/README.txt 2007-04-06 23:27:43 UTC (rev 1708) @@ -6,4 +6,4 @@ HADOOP VERSION AND PATCHES -NutchWAX is built against nutch 0.9 which in turn uses hadoop 0.12.2. +NutchWAX is built against the nutch 0.9 branch which in turn uses hadoop 0.12.X. Modified: trunk/archive-access/projects/nutchwax/nutchwax-core/src/main/java/overview.html =================================================================== --- trunk/archive-access/projects/nutchwax/nutchwax-core/src/main/java/overview.html 2007-04-06 22:54:36 UTC (rev 1707) +++ trunk/archive-access/projects/nutchwax/nutchwax-core/src/main/java/overview.html 2007-04-06 23:27:43 UTC (rev 1708) @@ -51,7 +51,7 @@ the platform we use to run indexing jobs atop. Hadoop is an open source implementation of <a href="http://labs.google.com/papers/mapreduce.html">Google mapreduce</a> and <a href="http://labs.google.com/papers/gfs.html">Google -GFS</a>. NutchWAX requires Hadoop 0.12.2. Hadoop has its own set of +GFS</a>. NutchWAX requires Hadoop 0.12.X. Hadoop has its own set of equirements. See <i>Requirements</i> about midways down on the <a href="http://lucene.apache.org/hadoop/docs/api/overview-summary.html">Hadoop API</a> page. Hadoop binaries are available for download off the Modified: trunk/archive-access/projects/nutchwax/pom.xml =================================================================== --- trunk/archive-access/projects/nutchwax/pom.xml 2007-04-06 22:54:36 UTC (rev 1707) +++ trunk/archive-access/projects/nutchwax/pom.xml 2007-04-06 23:27:43 UTC (rev 1708) @@ -275,10 +275,10 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source> - ${basedir}/src/java + ${basedir}/nutchwax-core/src/main/java </source> <overview> - ${basedir}/src/java/overview.html + ${basedir}/nutchwax-core/src/main/java/overview.html </overview> <aggregate> true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |