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/03/31 20:04:23 UTC

svn commit: r760553 - /activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1

Author: jgomes
Date: Tue Mar 31 18:04:22 2009
New Revision: 760553

URL: http://svn.apache.org/viewvc?rev=760553&view=rev
Log:
Fixed solution file name.

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

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1?rev=760553&r1=760552&r2=760553&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1 Tue Mar 31 18:04:22 2009
@@ -88,7 +88,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-wcf.csproj vs2008-wcf.sln
+zip -9 -u "$zipfile" LICENSE.txt NOTICE.txt nant-common.xml nant.build package.ps1 vs2008-nms-wcf.csproj vs2008-nms-wcf.sln
 zip -9 -u -r "$zipfile" keyfile src
 
 write-progress "Packaging" "Complete."