You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2016/09/18 09:20:12 UTC

svn commit: r1761312 - /logging/log4net/trunk/log4net.build

Author: bodewig
Date: Sun Sep 18 09:20:11 2016
New Revision: 1761312

URL: http://svn.apache.org/viewvc?rev=1761312&view=rev
Log:
untabify

Modified:
    logging/log4net/trunk/log4net.build

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1761312&r1=1761311&r2=1761312&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Sun Sep 18 09:20:11 2016
@@ -364,10 +364,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -404,10 +404,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -493,10 +493,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -566,10 +566,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -632,10 +632,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -720,10 +720,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -783,7 +783,7 @@ limitations under the License.
       <references>
         <include name="mscorlib.dll" />
         <include name="System.dll" />
-	<include name="System.Core.dll" />
+        <include name="System.Core.dll" />
         <include name="System.Data.dll" />
         <include name="System.Web.dll" />
         <include name="System.Xml.dll" />
@@ -811,10 +811,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -899,10 +899,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -990,10 +990,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1078,10 +1078,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1172,10 +1172,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="false" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1542,10 +1542,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1608,10 +1608,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
-	<nowarn>
+        <nowarn>
           <!-- informational assembly version uses a free form text -->
           <warning number="1607" />
-	</nowarn>
+        </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1758,8 +1758,8 @@ limitations under the License.
         <exclude name="**/*.vbproj.user" />
 
         <exclude name="src/GeneratedAssemblyInfo.cs" />
-	<exclude name="netstandard/TestResult.xml"/>
-	<exclude name="netstandard/**/project.lock.json"/>
+        <exclude name="netstandard/TestResult.xml"/>
+        <exclude name="netstandard/**/project.lock.json"/>
         <exclude name="tests/doc/**" />
         <exclude name="tests/lib/net/**" />
         <exclude name="tests/lib/mono/**" />
@@ -1892,22 +1892,22 @@ limitations under the License.
   </target>
   <target name="compile-netstandard">
     <exec program="dotnet" workingdir="netstandard"
-	  failonerror="false" resultproperty="dotnet.available">
+          failonerror="false" resultproperty="dotnet.available">
       <arg value="restore"/>
     </exec>
     <if test="${dotnet.available == '0'}">
       <exec program="dotnet" workingdir="netstandard">
-	<arg value="build"/>
-	<arg value="log4net"/>
-	<arg if="${current.build.config.release}" value="-c"/>
-	<arg if="${current.build.config.release}" value="Release"/>
+        <arg value="build"/>
+        <arg value="log4net"/>
+        <arg if="${current.build.config.release}" value="-c"/>
+        <arg if="${current.build.config.release}" value="Release"/>
       </exec>
       <mkdir dir="${log4net.basedir}/bin/netstandard/1.3"/>
       <move todir="${log4net.basedir}/bin/netstandard/1.3/Release">
-	<fileset basedir="netstandard/log4net/bin/Release/netstandard1.3"/>
+        <fileset basedir="netstandard/log4net/bin/Release/netstandard1.3"/>
       </move>
       <move todir="${log4net.basedir}/bin/netstandard/1.3/Debug">
-	<fileset basedir="netstandard/log4net/bin/Debug/netstandard1.3"/>
+        <fileset basedir="netstandard/log4net/bin/Debug/netstandard1.3"/>
       </move>
     </if>
     <if test="${dotnet.available != '0'}">