Author: bodewig
Date: Sat Sep 17 14:25:40 2016
New Revision: 1761245
URL: http://svn.apache.org/viewvc?rev=1761245&view=rev
Log:
we won't provide mono 1.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=1761245&r1=1761244&r2=1761245&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Sat Sep 17 14:25:40 2016
@@ -284,9 +284,6 @@ limitations under the License.
<call target="compile-mono-1.0" />
</if>
<if test="${not framework::exists('mono-1.0')}">
- <if test="${property::exists('project.build.package') and
project.build.package and not(directory::exists(path::combine(bin.dir,
'mono/1.0/debug')) and directory::exists(path::combine(bin.dir,
'mono/1.0/release')) and directory::exists(path::combine(bin.dir,
'mono/1.0/oldkey')))}">
- <fail message="Mono 1.0 is not available." />
- </if>
<if test="${not(property::exists('project.build.package') and
project.build.package)}">
<echo message="Mono 1.0 is not available. Build skipped." />
</if>