Author: bodewig
Date: Wed Nov 6 16:39:46 2013
New Revision: 1539391
URL: http://svn.apache.org/r1539391
Log:
merge svn 1.7+ fix for assembly description from trunk
Modified:
logging/log4net/branches/log4net-1.2.x/ (props changed)
logging/log4net/branches/log4net-1.2.x/log4net.build
Propchange: logging/log4net/branches/log4net-1.2.x/
------------------------------------------------------------------------------
Merged /logging/log4net/trunk:r1539083
Modified: logging/log4net/branches/log4net-1.2.x/log4net.build
URL:
http://svn.apache.org/viewvc/logging/log4net/branches/log4net-1.2.x/log4net.build?rev=1539391&r1=1539390&r2=1539391&view=diff
==============================================================================
--- logging/log4net/branches/log4net-1.2.x/log4net.build (original)
+++ logging/log4net/branches/log4net-1.2.x/log4net.build Wed Nov 6 16:39:46
2013
@@ -1468,7 +1468,7 @@ limitations under the License.
<property name="source.svn.url" value=""/>
<property name="assembly.description"
value="The Apache Software Foundation log4net Logging
Framework"/>
- <if test="${directory::exists('.svn')}">
+ <if test="${directory::exists('.svn') or directory::exists('../.svn') or
directory::exists('../../.svn')}">
<exec program="svn" workingdir="." verbose="false"
output="_svnrevision.xml" failonerror="true" >
<arg value="info" />