Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9693/xdocs
Modified Files:
requirements.xml
Log Message:
* xdocs/requirements.xml
Added nutch 0.7 to requirements.
Index: requirements.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/requirements.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** requirements.xml 29 Jul 2005 22:12:23 -0000 1.3
--- requirements.xml 1 Sep 2005 21:19:27 -0000 1.4
***************
*** 8,24 ****
<body>
! <section name="System Runtime Requirements">
<subsection name="JAVA">
<p>Tested working with SUN v1.5.0_01 and 1.4.2_03.
</p>
</subsection>
! <subsection name="Ant">
! <p>Tested working with version 1.6.2.
! </p>
! </subsection>
<subsection name="Tomcat">
<p>Tested working with version 5.0.28.
</p>
</subsection>
<subsection name="xpdf: pdftotext">
<p>If parsing PDFs, you'll need <a href="http://www.foolabs.com/xpdf/">xpdf</a>
--- 8,23 ----
<body>
! <section name="Runtime Requirements">
<subsection name="JAVA">
<p>Tested working with SUN v1.5.0_01 and 1.4.2_03.
</p>
</subsection>
!
!
<subsection name="Tomcat">
<p>Tested working with version 5.0.28.
</p>
</subsection>
+
<subsection name="xpdf: pdftotext">
<p>If parsing PDFs, you'll need <a href="http://www.foolabs.com/xpdf/">xpdf</a>
***************
*** 31,34 ****
--- 30,47 ----
</subsection>
</section>
+ <section name="Build from src Requirements" >
+ <subsection name="Nutch">
+ <p>Nutch 0.7 src
+ </p>
+ </subsection>
+ <subsection name="Ant">
+ <p>Tested working with version 1.6.2.
+ </p>
+ </subsection>
+ <subsection name="Maven">
+ <p>If you want to build distributions and the website, you'll need Maven.
+ </p>
+ </subsection>
+ </section>
</body>
|