Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd clean-checkout
rm -r src/main/abi-symbols
VERSION=`grep 'set(log4cxx_VER ' src/cmake/projectVersionDetails.cmake|sed -Ee 's/.*log4cxx_VER ([0-9]*)\.([0-9]*)\.([0-9]*).*/\1.\2.\3/'`
tar -zcf "../apache-log4cxx-$VERSION.tar.gz" "--transform=s,^,apache-log4cxx-$VERSION/," INSTALL LICENSE NOTICE README.md CMakeLists.txt src liblog4cxx.pc.in liblog4cxx-qt.pc.in KEYS
tar -zcf "../apache-log4cxx-$VERSION.tar.gz" "--transform=s,^,apache-log4cxx-$VERSION/," LICENSE NOTICE README.md CMakeLists.txt src liblog4cxx.pc.in liblog4cxx-qt.pc.in
cd ..
sha512sum "apache-log4cxx-$VERSION.tar.gz" > "apache-log4cxx-$VERSION.tar.gz.sha512"
sha256sum "apache-log4cxx-$VERSION.tar.gz" > "apache-log4cxx-$VERSION.tar.gz.sha256"
Expand Down
23 changes: 0 additions & 23 deletions INSTALL

This file was deleted.

257 changes: 0 additions & 257 deletions KEYS

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ For answers to such questions as "What is logging?",
"How to do logging properly?"
refer to the [logging overview page](https://logging.apache.org/what-is-logging.html).

The [quick start guide](https://logging.apache.org/log4cxx/latest_stable/quick-start.html)
The [quick start guide](https://logging.apache.org/log4cxx/quick-start.html)
shows what code you write to use Log4cxx in your project.

For other information about Log4cxx
(e.g. [getting help](https://logging.apache.org/log4cxx/latest_stable/community.html),
[official release downloads](https://logging.apache.org/log4cxx/latest_stable/download.html),
[building Log4cxx](https://logging.apache.org/log4cxx/latest_stable/build.html)) use
[the Log4cxx project website](https://logging.apache.org/log4cxx/latest_stable).
(e.g. [getting help](https://logging.apache.org/log4cxx/community.html),
[official release downloads](https://logging.apache.org/log4cxx/download.html),
[building Log4cxx](https://logging.apache.org/log4cxx/build.html)) use
[the Log4cxx project website](https://logging.apache.org/log4cxx).

Log4cxx is part of the [Apache Logging Services](https://logging.apache.org/) PMC.