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 2009/05/05 21:27:49 UTC

svn commit: r771974 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1

Author: jgomes
Date: Tue May  5 19:27:49 2009
New Revision: 771974

URL: http://svn.apache.org/viewvc?rev=771974&view=rev
Log:
Added config files to bin package.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1?rev=771974&r1=771973&r2=771974&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 Tue May  5 19:27:49 2009
@@ -42,6 +42,7 @@
 	foreach($framework in $frameworks)
 	{
 		zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll"
+		zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
 	}
 }
 
@@ -88,7 +89,7 @@
 $pkgdir = "package"
 $zipfile = "$pkgdir\$pkgname-$pkgver-src.zip"
 
-zip -9 -u "$zipfile" LICENSE.txt NOTICE.txt nant-common.xml nant.build package.ps1 vs2008-activemq-test.csproj vs2008-activemq.csproj vs2008-activemq.sln
+zip -9 -u "$zipfile" LICENSE.txt NOTICE.txt nant-common.xml nant.build package.ps1 vs2008-activemq-test.csproj vs2008-activemq.csproj vs2008-activemq.sln nmsprovider*.config
 zip -9 -u -r "$zipfile" keyfile src
 
 write-progress "Packaging" "Complete."