Repository: logging-log4cxx Updated Branches: refs/heads/master bbceafe7e -> 60418c05e
lib.name for ANT can be populated using groupId from Maven currently, because it's the same value. Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/60418c05 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/60418c05 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/60418c05 Branch: refs/heads/master Commit: 60418c05e31491ae02a3f55ab1e51655d0b47da8 Parents: bbceafe Author: Thorsten Schöning <[email protected]> Authored: Fri Jul 7 11:04:52 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Fri Jul 7 11:04:52 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/60418c05/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e8c2ab1..755503b 100644 --- a/build.xml +++ b/build.xml @@ -144,7 +144,7 @@ value="doxygen" /> <property name="lib.name" - value="log4cxx" + value="${project.groupId}" /> <property name="lib.prefix" value=""
