This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git.


    from 1e7f12b  Merge pull request #380 from rustyx/NUTCH-2641
     add b2d9058  NUTCH-1678 Remove dependency on org.apache.oro - replace oro 
with java.util.regex classes in OutlinkExtractor, plugins parse-js and 
index-more - extend unit tests of parse-js - correct pointer to Java regex 
syntax (instead of "Perl5")
     new 37d7eee  Merge pull request #390 from 
sebastian-nagel/NUTCH-2192-remove-oro-2x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                        | 56 ----------------
 conf/parse-plugins.xml                             |  4 ++
 conf/regex-normalize.xml.template                  |  3 +-
 ivy/ivy.xml                                        |  3 +-
 .../org/apache/nutch/parse/OutlinkExtractor.java   | 45 ++++++-------
 .../nutch/indexer/more/MoreIndexingFilter.java     | 31 ++++-----
 src/plugin/parse-js/plugin.xml                     |  4 +-
 src/plugin/parse-js/sample/parse_pure_js_test.js   | 24 +++++++
 .../org/apache/nutch/parse/js/JSParseFilter.java   | 64 ++++++------------
 .../apache/nutch/parse/js/TestJSParseFilter.java   | 75 ++++++++++++++--------
 .../sample/regex-normalize-default.xml             | 19 +++++-
 .../sample/regex-normalize-scope1.xml              | 19 +++++-
 12 files changed, 169 insertions(+), 178 deletions(-)
 create mode 100644 src/plugin/parse-js/sample/parse_pure_js_test.js

Reply via email to