You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2011/01/06 23:19:31 UTC

svn commit: r1056102 - /activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml

Author: jgomes
Date: Thu Jan  6 22:19:31 2011
New Revision: 1056102

URL: http://svn.apache.org/viewvc?rev=1056102&view=rev
Log:
Revert changes made to tag.
Fixes [AMQNET-302]. (See https://issues.apache.org/activemq/browse/AMQNET-302)

Modified:
    activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml

Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml?rev=1056102&r1=1056101&r2=1056102&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.5.0/nant-common.xml Thu Jan  6 22:19:31 2011
@@ -545,7 +545,7 @@
         <property name="sandcastle.style" value="vs2005" unless="${property::exists('sandcastle.style')}" />
         <property name="documentation.dir" value="${build.bin.dir}" />
         <property name="bin.intern.dir" value="${build.bin.dir}" />
-        <property name="bin.extern.dir" value="${basedir}\lib\NUnit\net-2.0" />
+        <property name="bin.extern.dir" value="${basedir}\vendor\NUnit\net-2.0" />
         <property name="sandcastle.dir" value="${environment::get-variable('DXROOT')}" />
         <property name="sandcastle.workingdir" value="${build.dir}\doc\${sandcastle.style}" />
         <property name="sandcastle.output.dir" value="${sandcastle.workingdir}\Output" />