You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/02/09 20:20:05 UTC

[logging-log4cxx] 25/49: Remove unused files

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

tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit b3bec51bc5946047b3154a445ef8a78520e75e22
Merge: dc7dc14 48c597b
Author: Stephen Webb <st...@sabreautonomous.com.au>
AuthorDate: Sat Feb 1 10:25:07 2020 +1100

    Remove unused files

 .editorconfig                                      |  19 +
 CMakeLists.txt                                     |   4 +-
 autogen.sh                                         |   4 +-
 configure.bat                                      |   8 +-
 release_perform.sh                                 |  15 +-
 release_prepare.sh                                 |   4 +-
 release_purge.sh                                   |   6 +-
 src/changes/changes.xml                            |   1 +
 .../{findAPR-Util.cmake => FindAPR-Util.cmake}     |   0
 src/cmake/{findAPR.cmake => FindAPR.cmake}         |   0
 src/main/cpp/CMakeLists.txt                        |   1 +
 src/main/cpp/Makefile.am                           |   1 +
 src/main/cpp/jsonlayout.cpp                        | 389 +++++++++++++++++
 src/main/include/log4cxx/Makefile.am               |   1 +
 src/main/include/log4cxx/jsonlayout.h              | 139 ++++++
 src/test/cpp/CMakeLists.txt                        |   1 +
 src/test/cpp/Makefile.am                           |   1 +
 src/test/cpp/jsonlayouttest.cpp                    | 481 +++++++++++++++++++++
 18 files changed, 1055 insertions(+), 20 deletions(-)