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/06/18 06:41:13 UTC

svn commit: r785897 - in /activemq/activemq-dotnet/Apache.NMS: tags/1.1.0/package.ps1 trunk/package.ps1

Author: jgomes
Date: Thu Jun 18 04:41:12 2009
New Revision: 785897

URL: http://svn.apache.org/viewvc?rev=785897&view=rev
Log:
Comment out packaging of provider .config files.  This project does not have config files.

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

Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/package.ps1?rev=785897&r1=785896&r2=785897&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/package.ps1 Thu Jun 18 04:41:12 2009
@@ -39,7 +39,7 @@
 		foreach($framework in $frameworks)
 		{
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll"
-			zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
+			# zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll"
 			if($framework -ieq "mono-2.0")
 			{

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/package.ps1?rev=785897&r1=785896&r2=785897&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/package.ps1 Thu Jun 18 04:41:12 2009
@@ -39,7 +39,7 @@
 		foreach($framework in $frameworks)
 		{
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll"
-			zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
+			# zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll"
 			if($framework -ieq "mono-2.0")
 			{