You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/06/17 17:15:17 UTC

svn commit: r955628 - /activemq/activemq-dotnet/Apache.NMS/trunk/nant.build

Author: tabish
Date: Thu Jun 17 15:15:17 2010
New Revision: 955628

URL: http://svn.apache.org/viewvc?rev=955628&view=rev
Log:
Updated package fileset definition.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant.build?rev=955628&r1=955627&r2=955628&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Thu Jun 17 15:15:17 2010
@@ -36,9 +36,11 @@
         <include name="NOTICE.txt" />
         <include name="nant-common.xml" />
         <include name="nant.build" />
-        <include name="vs2008-nms-test.csproj" />
-        <include name="vs2008-nms.csproj" />
-        <include name="vs2008-nms.sln" />
+        <include name="nant.build" />
+        <include name="nmsprovider*.config" />
+        <include name="vs2008-nms*.csproj" />
+        <include name="vs2008-nms*.csproj" />
+        <include name="vs2008-nms*.sln" />
         <include name="keyfile/*" />
         <include name="src/**/*.cs" />
     </zipfileset>