From: <sta...@us...> - 2007-03-18 12:25:40
|
Revision: 1589 http://archive-access.svn.sourceforge.net/archive-access/?rev=1589&view=rev Author: stack-sf Date: 2007-03-16 17:34:39 -0700 (Fri, 16 Mar 2007) Log Message: ----------- * .project Trying mavenized .project (Using?\226?\128?\137http://m2eclipse.codehaus.org/) * pom.xml m2eclipse rewrote my pom. Try it. * .classpath Update so has all nutch src too. * lib/commons-codec-1.3.jar * lib/dsi.unimi.it-1.2.0.jar * lib/archive-mapred-0.1.0-20070227.175246-2.jar * lib/libidn-0.5.9.jar * lib/commons-httpclient-3.0-rc3.jar * lib/jets3t-0.5.0.jar * lib/wayback-0.9.0-200702150450.jar * lib/archive-commons-1.11.0-200702160009.jar Try getting from m2 repo instead. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/.classpath trunk/archive-access/projects/nutchwax/.project Removed Paths: ------------- trunk/archive-access/projects/nutchwax/lib/ Modified: trunk/archive-access/projects/nutchwax/.classpath =================================================================== --- trunk/archive-access/projects/nutchwax/.classpath 2007-03-17 00:20:22 UTC (rev 1588) +++ trunk/archive-access/projects/nutchwax/.classpath 2007-03-17 00:34:39 UTC (rev 1589) @@ -1,22 +1,272 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/java"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/> - <classpathentry kind="lib" path="lib/commons-httpclient-3.0-rc3.jar"/> - <classpathentry kind="lib" path="lib/dsi.unimi.it-1.2.0.jar"/> - <classpathentry kind="lib" path="lib/jets3t-0.5.0.jar"/> - <classpathentry kind="lib" path="lib/libidn-0.5.9.jar"/> - <classpathentry kind="lib" path="conf"/> - <classpathentry combineaccessrules="false" kind="src" path="/heritrix"/> - <classpathentry combineaccessrules="false" kind="src" path="/nutch"/> - <classpathentry kind="lib" path="/nutch/lib/servlet-api.jar"/> - <classpathentry kind="lib" path="/nutch/lib/commons-logging-1.0.4.jar"/> - <classpathentry kind="lib" path="/nutch/lib/junit-3.8.1.jar"/> - <classpathentry kind="lib" path="/nutch/conf"/> - <classpathentry kind="lib" path="lib/wayback-0.9.0-200702150450.jar"/> - <classpathentry kind="lib" path="third-party/nutch/build"/> - <classpathentry combineaccessrules="false" kind="src" path="/hadoop"/> - <classpathentry kind="lib" path="lib/archive-mapred-0.1.0-20070227.175246-2.jar"/> + <classpathentry kind="src" path="src/plugin/index-wax/src/java"/> + <classpathentry kind="src" path="src/plugin/parse-default/src/java"/> + <classpathentry kind="src" path="src/plugin/parse-waxext/src/java"/> + <classpathentry kind="src" path="src/plugin/query-anchor/src/java"/> + <classpathentry kind="src" path="src/plugin/query-content/src/java"/> + <classpathentry kind="src" path="src/plugin/query-host/src/java"/> + <classpathentry kind="src" path="src/plugin/query-title/src/java"/> + <classpathentry kind="src" path="src/plugin/query-wax/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/analysis-de/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/analysis-fr/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/clustering-carrot2/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/clustering-carrot2/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/creativecommons/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/creativecommons/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/index-basic/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/index-more/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/languageidentifier/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/languageidentifier/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/lib-http/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/lib-http/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/lib-parsems/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/lib-regex-filter/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/lib-regex-filter/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/microformats-reltag/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/ontology/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/ontology/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-ext/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-ext/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-html/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-html/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-js/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-msexcel/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-msexcel/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-mspowerpoint/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-mspowerpoint/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-msword/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-msword/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-oo/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-oo/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-pdf/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-pdf/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-rss/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-rss/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-swf/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-swf/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-text/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-zip/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/parse-zip/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/protocol-file/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/protocol-ftp/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/protocol-http/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/protocol-httpclient/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/query-basic/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/query-more/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/query-site/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/query-url/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/query-url/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/scoring-opic/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/subcollection/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/subcollection/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/summary-basic/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/summary-lucene/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-automaton/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-automaton/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-prefix/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-regex/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-regex/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-suffix/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlfilter-suffix/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-basic/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-basic/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-pass/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-pass/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-regex/src/java"/> + <classpathentry kind="src" path="third-party/nutch/src/plugin/urlnormalizer-regex/src/test"/> + <classpathentry kind="src" path="third-party/nutch/src/test"/> + <classpathentry kind="lib" path="third-party/nutch/build/clustering-carrot2/clustering-carrot2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/creativecommons/creativecommons.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/index-basic/index-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/index-more/index-more.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/language-identifier/language-identifier.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-http/lib-http.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-jakarta-poi/poi-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-jakarta-poi/poi-scratchpad-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-log4j/log4j-1.2.11.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-lucene-analyzers/lucene-analyzers-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-nekohtml/nekohtml-0.9.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-parsems/lib-parsems.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-regex-filter/lib-regex-filter.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-xml/jaxen-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-xml/jaxen-jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-xml/jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-xml/saxpath.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/lib-xml/xercesImpl.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/microformats-reltag/microformats-reltag.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/nutch-0.9-dev.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/nutch-extensionpoints/nutch-extensionpoints.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/ontology/ontology.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-ext/parse-ext.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-html/parse-html.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-js/parse-js.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-msexcel/parse-msexcel.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-mspowerpoint/parse-mspowerpoint.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-msword/parse-msword.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-oo/parse-oo.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-pdf/parse-pdf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-rss/parse-rss.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-swf/parse-swf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-text/parse-text.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/parse-zip/parse-zip.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/carrot2-filter-lingo.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/carrot2-local-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/carrot2-snowball-stemmers.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/carrot2-util-common.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/carrot2-util-tokenizer.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/clustering-carrot2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/commons-collections-3.1-patched.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/commons-pool-1.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/Jama-1.0.1-patched.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/clustering-carrot2/violinstrings-1.0.2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/creativecommons/creativecommons.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/index-basic/index-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/index-more/index-more.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/language-identifier/language-identifier.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-http/lib-http.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-jakarta-poi/poi-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-jakarta-poi/poi-scratchpad-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-log4j/log4j-1.2.11.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-lucene-analyzers/lucene-analyzers-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-nekohtml/nekohtml-0.9.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-parsems/lib-parsems.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-regex-filter/lib-regex-filter.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-xml/jaxen-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-xml/jaxen-jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-xml/jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-xml/saxpath.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/lib-xml/xercesImpl.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/microformats-reltag/microformats-reltag.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/nutch-extensionpoints/nutch-extensionpoints.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/ontology/commons-logging-1.0.3.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/ontology/icu4j_2_6_1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/ontology/jena-2.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/ontology/ontology.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-ext/parse-ext.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-html/parse-html.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-html/tagsoup-1.0rc3.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-js/parse-js.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-msexcel/parse-msexcel.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-mspowerpoint/parse-mspowerpoint.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-msword/parse-msword.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-oo/parse-oo.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-pdf/parse-pdf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-pdf/PDFBox-0.7.2-log4j.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-rss/commons-feedparser-0.6-fork.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-rss/parse-rss.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-rss/xmlrpc-1.2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-swf/javaswf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-swf/parse-swf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-text/parse-text.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/parse-zip/parse-zip.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/protocol-file/protocol-file.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/protocol-ftp/commons-net-1.2.0-dev.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/protocol-ftp/protocol-ftp.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/protocol-http/protocol-http.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/protocol-httpclient/protocol-httpclient.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/query-basic/query-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/query-more/query-more.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/query-site/query-site.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/query-url/query-url.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/scoring-opic/scoring-opic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/subcollection/subcollection.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/summary-basic/summary-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/summary-lucene/lucene-highlighter-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/summary-lucene/summary-lucene.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlfilter-automaton/automaton.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlfilter-automaton/urlfilter-automaton.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlfilter-prefix/urlfilter-prefix.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlfilter-regex/urlfilter-regex.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlfilter-suffix/urlfilter-suffix.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlnormalizer-basic/urlnormalizer-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlnormalizer-pass/urlnormalizer-pass.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/plugins/urlnormalizer-regex/urlnormalizer-regex.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/protocol-file/protocol-file.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/protocol-ftp/protocol-ftp.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/protocol-http/protocol-http.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/protocol-httpclient/protocol-httpclient.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/query-basic/query-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/query-more/query-more.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/query-site/query-site.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/query-url/query-url.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/scoring-opic/scoring-opic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/subcollection/subcollection.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/summary-basic/summary-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/summary-lucene/summary-lucene.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlfilter-automaton/urlfilter-automaton.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlfilter-prefix/urlfilter-prefix.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlfilter-regex/urlfilter-regex.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlfilter-suffix/urlfilter-suffix.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlnormalizer-basic/urlnormalizer-basic.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlnormalizer-pass/urlnormalizer-pass.jar"/> + <classpathentry kind="lib" path="third-party/nutch/build/urlnormalizer-regex/urlnormalizer-regex.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/commons-beanutils.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/commons-collections-3.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/commons-digester.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/jstl.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/standard.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/lib/struts.jar"/> + <classpathentry kind="lib" path="third-party/nutch/contrib/web2/plugins/web-caching-oscache/lib/oscache-2.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-cli-2.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-codec-1.3.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-httpclient-3.0.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-lang-2.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-logging-1.0.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/commons-logging-api-1.0.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/hadoop-0.10.1-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jakarta-oro-2.0.7.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jets3t.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-5.1.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-ext/ant.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-ext/commons-el.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-ext/jasper-compiler.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-ext/jasper-runtime.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/jetty-ext/jsp-api.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/junit-3.8.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/log4j-1.2.13.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/lucene-core-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/lucene-misc-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/pmd-ext/jakarta-oro-2.0.8.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/pmd-ext/jaxen-1.1-beta-7.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/pmd-ext/pmd-3.6.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/servlet-api.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/taglibs-i18n.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/xerces-2_6_2-apis.jar"/> + <classpathentry kind="lib" path="third-party/nutch/lib/xerces-2_6_2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/carrot2-filter-lingo.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/carrot2-local-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/carrot2-snowball-stemmers.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/carrot2-util-common.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/carrot2-util-tokenizer.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/commons-collections-3.1-patched.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/commons-pool-1.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/Jama-1.0.1-patched.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/clustering-carrot2/lib/violinstrings-1.0.2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-jakarta-poi/lib/poi-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-jakarta-poi/lib/poi-scratchpad-3.0-alpha1-20050704.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-log4j/lib/log4j-1.2.11.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-lucene-analyzers/lib/lucene-analyzers-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-xml/lib/jaxen-core.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-xml/lib/jaxen-jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-xml/lib/jdom.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-xml/lib/saxpath.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/lib-xml/lib/xercesImpl.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/ontology/lib/commons-logging-1.0.3.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/ontology/lib/icu4j_2_6_1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/ontology/lib/jena-2.1.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/parse-html/lib/tagsoup-1.0rc3.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/parse-pdf/lib/PDFBox-0.7.2-log4j.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/parse-rss/lib/commons-feedparser-0.6-fork.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/parse-rss/lib/xmlrpc-1.2.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/parse-swf/lib/javaswf.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/protocol-ftp/lib/commons-net-1.2.0-dev.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/summary-lucene/lib/lucene-highlighter-2.0.0.jar"/> + <classpathentry kind="lib" path="third-party/nutch/src/plugin/urlfilter-automaton/lib/automaton.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> Modified: trunk/archive-access/projects/nutchwax/.project =================================================================== --- trunk/archive-access/projects/nutchwax/.project 2007-03-17 00:20:22 UTC (rev 1588) +++ trunk/archive-access/projects/nutchwax/.project 2007-03-17 00:34:39 UTC (rev 1589) @@ -10,15 +10,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.maven.ide.eclipse.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.maven.ide.eclipse.maven2Nature</nature> </natures> - <linkedResources> - <link> - <name>java</name> - <type>2</type> - <locationURI>src/java</locationURI> - </link> - </linkedResources> </projectDescription> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |