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

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


    from 9446b1e  Merge pull request #215 from sebastian-nagel/NUTCH-2409
     add 64fc576  Complete plugin build configuration (NUTCH-2430) - add 
missing plugin folders to Eclipse target (includes NUTCH-2135) - include all 
plugins to API docs / javadoc - remove non-existent source folder(s) from build 
files - remove non-functional plugin parse-replace (cf. NUTCH-2058 / 
index-replace) - sort plugins in build files alphabetically
     add 1b6a655  Unify identation in build.xml
     new d06ccde  Merge pull request #223 from sebastian-nagel/NUTCH-2430

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:
 build.xml                                          | 346 +++++++++++----------
 default.properties                                 |  20 +-
 src/plugin/build.xml                               | 201 ++++++------
 src/plugin/parse-replace/README.txt                |  91 ------
 src/plugin/parse-replace/build.xml                 |  37 ---
 src/plugin/parse-replace/ivy.xml                   |  41 ---
 src/plugin/parse-replace/plugin.xml                |  22 --
 .../parse-replace/sample/testParseReplace.html     |  11 -
 .../apache/nutch/parse/replace/ReplaceParser.java  |  74 -----
 .../apache/nutch/parse/replace/package-info.java   |  22 --
 .../nutch/parse/replace/TestParseReplace.java      |  68 ----
 11 files changed, 301 insertions(+), 632 deletions(-)
 delete mode 100644 src/plugin/parse-replace/README.txt
 delete mode 100644 src/plugin/parse-replace/build.xml
 delete mode 100644 src/plugin/parse-replace/ivy.xml
 delete mode 100644 src/plugin/parse-replace/plugin.xml
 delete mode 100644 src/plugin/parse-replace/sample/testParseReplace.html
 delete mode 100644 
src/plugin/parse-replace/src/java/org/apache/nutch/parse/replace/ReplaceParser.java
 delete mode 100644 
src/plugin/parse-replace/src/java/org/apache/nutch/parse/replace/package-info.java
 delete mode 100644 
src/plugin/parse-replace/src/test/org/apache/nutch/parse/replace/TestParseReplace.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@nutch.apache.org" <commits@nutch.apache.org>'].

Reply via email to