log4net.build: fixed mono 3.5 to be stored under a 3.5 directory
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/0055fb4b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/0055fb4b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/0055fb4b Branch: refs/heads/develop Commit: 0055fb4b72f46b805773917af39eff1d8e78d4ed Parents: 65c982d Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 11:49:47 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 11:49:47 2017 +0200 ---------------------------------------------------------------------- log4net.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0055fb4b/log4net.include ---------------------------------------------------------------------- diff --git a/log4net.include b/log4net.include index 7c9bf4a..c27797e 100644 --- a/log4net.include +++ b/log4net.include @@ -357,7 +357,7 @@ limitations under the License. <property name="current.build.defines.vbc" value="${build.defines.vbc},MONO=True,MONO_2_0=True" dynamic="true" /> <property name="current.build.defines.vjc" value="${build.defines.vjc},MONO,MONO_2_0" dynamic="true" /> <property name="current.build.defines.cl" value="${build.defines.cl} /D MONO /D MONO_2_0" dynamic="true" /> - <property name="current.bin.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}/${current.build.config}" /> + <property name="current.bin.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}/3.5/${current.build.config}" /> <property name="current.sdkdoc.dir" value="${sdkdoc.dir}/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}" /> <property name="current.sdkdoc.debug" value="${sdkdoc.debug}" dynamic="true" /> </target> @@ -370,7 +370,7 @@ limitations under the License. <property name="current.build.defines.vbc" value="${build.defines.vbc},MONO=True,MONO_2_0=True,MONO_4_0=True" dynamic="true" /> <property name="current.build.defines.vjc" value="${build.defines.vjc},MONO,MONO_2_0,MONO_4_0" dynamic="true" /> <property name="current.build.defines.cl" value="${build.defines.cl} /D MONO /D MONO_2_0 /D MONO_4_0" dynamic="true" /> - <property name="current.bin.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}/${current.build.config}" /> + <property name="current.bin.dir" value="${bin.dir}/${framework::get-family(framework::get-target-framework())}/4.0/${current.build.config}" /> <property name="current.sdkdoc.dir" value="${sdkdoc.dir}/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}" /> <property name="current.sdkdoc.debug" value="${sdkdoc.debug}" dynamic="true" /> </target>
