code style
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/a2d09189 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/a2d09189 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/a2d09189 Branch: refs/heads/master Commit: a2d09189f96cd509d351704dc67441dc380953e6 Parents: e2acebc Author: Thorsten Schöning <[email protected]> Authored: Fri Mar 25 18:03:14 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Mar 25 18:03:14 2016 +0000 ---------------------------------------------------------------------- src/ant/common.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a2d09189/src/ant/common.xml ---------------------------------------------------------------------- diff --git a/src/ant/common.xml b/src/ant/common.xml index a9fcf85..3343b3d 100644 --- a/src/ant/common.xml +++ b/src/ant/common.xml @@ -50,6 +50,7 @@ <property name="os.family" value="unix" /> + <condition property="is-mac" value="1"> <equals arg1="${os.family}" arg2="mac" />
