From: Doug C. <cu...@us...> - 2005-10-21 20:54:09
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/src/plugin/parse-ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23098/src/plugin/parse-ext Modified Files: Tag: mapred plugin.xml Log Message: Fix so that parse-pdf.sh is included in job jar, and is found relative to job jar. Also fix so that parser plugin config overrides default. Index: plugin.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/src/plugin/parse-ext/plugin.xml,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** plugin.xml 4 Jun 2005 01:01:32 -0000 1.3 --- plugin.xml 21 Oct 2005 20:53:58 -0000 1.3.2.1 *************** *** 24,28 **** contentType="application/pdf" pathSuffix="pdf" ! command="@PWD@/bin/parse-pdf.sh" timeout="30"/> --- 24,28 ---- contentType="application/pdf" pathSuffix="pdf" ! command="bin/parse-pdf.sh" timeout="30"/> |