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/11/07 10:05:20 UTC

svn commit: r1539567 - /logging/log4net/branches/log4net-1.2.x/log4net.build

Author: bodewig
Date: Thu Nov  7 09:05:19 2013
New Revision: 1539567

URL: http://svn.apache.org/r1539567
Log:
LOG4NET-404 missing System.Core reference

Modified:
    logging/log4net/branches/log4net-1.2.x/log4net.build

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=1539567&r1=1539566&r2=1539567&view=diff
==============================================================================
--- logging/log4net/branches/log4net-1.2.x/log4net.build (original)
+++ logging/log4net/branches/log4net-1.2.x/log4net.build Thu Nov  7 09:05:19 2013
@@ -703,6 +703,7 @@ limitations under the License.
       <references>
         <include name="mscorlib.dll" />
         <include name="System.dll" />
+	<include name="System.Core.dll" />
         <include name="System.Data.dll" />
         <include name="System.Web.dll" />
         <include name="System.Xml.dll" />