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 2013/08/07 16:17:10 UTC

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

Author: bodewig
Date: Wed Aug  7 14:17:10 2013
New Revision: 1511328

URL: http://svn.apache.org/r1511328
Log:
Can't build compact framework 2.0 anymore

Modified:
    logging/log4net/trunk/log4net.build

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1511328&r1=1511327&r2=1511328&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Wed Aug  7 14:17:10 2013
@@ -205,7 +205,7 @@ limitations under the License.
     <if test="${framework::exists('netcf-2.0')}">
       <call target="compile-netcf-2.0" />
     </if>
-    <if test="${not framework::exists('netcf-2.0')}">
+    <!--if test="${not framework::exists('netcf-2.0')}">
       <if test="${property::exists('project.build.package') and project.build.package and not(directory::exists(path::combine(bin.dir, 'netcf/2.0/debug')) and directory::exists(path::combine(bin.dir, 'netcf/2.0/release')) and directory::exists(path::combine(bin.dir, 'netcf/2.0/oldkey')))}">
         <fail message="The .NET Compact Framework 2.0 is not available." />
       </if>
@@ -213,7 +213,7 @@ limitations under the License.
         <echo 
             message="The .NET Compact Framework 2.0 is not available. Build skipped." />
       </if>
-    </if>
+    </if-->
     <!-- NET_1_0 -->
     <if test="${framework::exists('net-1.0')}">
       <call target="compile-net-1.0" />