You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2023/02/05 18:50:06 UTC

[maven-doxia-converter] branch feature/improve-input-directory-support updated (2b480de -> 33c8faf)

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

kwin pushed a change to branch feature/improve-input-directory-support
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


    from 2b480de  Use platform-dependent line separator
     add 33c8faf  Use same enum for both parser and sink

No new revisions were added by this update.

Summary of changes:
 .../org/apache/maven/doxia/DefaultConverter.java   | 185 ++++++++-------------
 .../org/apache/maven/doxia/cli/CLIManager.java     |   6 +-
 .../org/apache/maven/doxia/cli/ConverterCli.java   |  10 +-
 .../maven/doxia/wrapper/InputFileWrapper.java      |  12 +-
 .../maven/doxia/wrapper/InputReaderWrapper.java    |   6 +-
 .../maven/doxia/wrapper/OutputFileWrapper.java     |  10 +-
 .../maven/doxia/wrapper/OutputStreamWrapper.java   |   6 +-
 .../java/org/apache/maven/doxia/ConverterTest.java | 111 ++++++-------
 8 files changed, 146 insertions(+), 200 deletions(-)