You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:49:14 UTC

[30/50] logging-log4net git commit: Fix indentation in tests/nant.build

Fix indentation in tests/nant.build


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/31356d6e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/31356d6e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/31356d6e

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 31356d6eecea59a4dddb8dc2a14e35f151cbbf1c
Parents: 3059aff
Author: Dominik Psenner <dp...@apache.org>
Authored: Tue May 8 22:45:02 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Tue May 8 22:45:02 2018 +0200

----------------------------------------------------------------------
 tests/nant.build | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/31356d6e/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index dabbf5d..2204501 100644
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -25,16 +25,16 @@ limitations under the License.
     <call target="set-build-configuration" />
 
     <target name="install-nunit">
-      <if test="${not file::exists('lib/${current.build.configuration.dir}/nunit.framework.dll')}">
-    <get src="https://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.zip"
-         dest=".tmp-nunit.zip"/>
-    <unzip zipfile=".tmp-nunit.zip"
-           todir=".tmp-nunit"/>
-    <copy file=".tmp-nunit/NUnit-2.6.4/bin/nunit.framework.dll"
-          todir="lib/${current.build.configuration.dir}"/>
-    <delete file=".tmp-nunit.zip"/>
-    <delete dir=".tmp-nunit"/>
-      </if>
+        <if test="${not file::exists('lib/${current.build.configuration.dir}/nunit.framework.dll')}">
+            <get src="https://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.zip"
+                 dest=".tmp-nunit.zip"/>
+            <unzip zipfile=".tmp-nunit.zip"
+                   todir=".tmp-nunit"/>
+            <copy file=".tmp-nunit/NUnit-2.6.4/bin/nunit.framework.dll"
+                  todir="lib/${current.build.configuration.dir}"/>
+            <delete file=".tmp-nunit.zip"/>
+            <delete dir=".tmp-nunit"/>
+        </if>
     </target>
 
     <!-- Target for compiling the tests on all frameworks -->