Merge branch 'NUTCH-2248' of https://github.com/naegelejd/nutch
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/83890f2a Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/83890f2a Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/83890f2a Branch: refs/heads/master Commit: 83890f2af33763ac7fbb1e0c1d26db03449fca3a Parents: dce7a28 60e5a0e Author: Chris Mattmann <[email protected]> Authored: Mon May 16 08:49:55 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Mon May 16 08:49:55 2016 -0700 ---------------------------------------------------------------------- conf/parse-plugins.xml | 6 + src/plugin/build.xml | 3 + src/plugin/parse-css/build.xml | 27 +++ src/plugin/parse-css/ivy.xml | 42 ++++ src/plugin/parse-css/plugin.xml | 47 ++++ .../org/apache/nutch/parse/css/CssParser.java | 225 +++++++++++++++++++ .../apache/nutch/parse/css/TestCssParser.java | 121 ++++++++++ 7 files changed, 471 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/83890f2a/src/plugin/build.xml ----------------------------------------------------------------------
