Author: jstrachan
Date: Tue Feb 27 08:10:12 2007
New Revision: 512301
URL: http://svn.apache.org/viewvc?view=rev&rev=512301
Log:
added reference for MSMQ
Modified:
activemq/activemq-dotnet/trunk/nant.build
Modified: activemq/activemq-dotnet/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/nant.build?view=diff&rev=512301&r1=512300&r2=512301
==============================================================================
--- activemq/activemq-dotnet/trunk/nant.build (original)
+++ activemq/activemq-dotnet/trunk/nant.build Tue Feb 27 08:10:12 2007
@@ -361,6 +361,7 @@
<import namespace="System" />
<import namespace="System.Reflection" />
<import namespace="System.Runtime.InteropServices" />
+ <import namespace="System.Messaging" />
</imports>
<attributes>
<attribute type="ComVisibleAttribute" value="false" />
|