Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 54682 invoked from network); 10 Feb 2011 16:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 16:49:18 -0000 Received: (qmail 42966 invoked by uid 500); 10 Feb 2011 16:49:18 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 42890 invoked by uid 500); 10 Feb 2011 16:49:17 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 42883 invoked by uid 99); 10 Feb 2011 16:49:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 16:49:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 16:49:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A67F823889DA; Thu, 10 Feb 2011 16:48:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069464 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk: nant.build package.ps1 Date: Thu, 10 Feb 2011 16:48:55 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110210164855.A67F823889DA@eris.apache.org> Author: tabish Date: Thu Feb 10 16:48:55 2011 New Revision: 1069464 URL: http://svn.apache.org/viewvc?rev=1069464&view=rev Log: Move trunk version forward to v1.6.0-SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build?rev=1069464&r1=1069463&r2=1069464&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build Thu Feb 10 16:48:55 2011 @@ -22,7 +22,7 @@ - + @@ -51,7 +51,7 @@ - + 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=1069464&r1=1069463&r2=1069464&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 Thu Feb 10 16:48:55 2011 @@ -14,49 +14,49 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.5-SNAPSHOT" +$pkgver = "1.6-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0" write-progress "Creating package directory." "Initializing..." if(!(test-path package)) { - md package + md package } if(test-path build) { - pushd build + pushd build - $pkgdir = "..\package" + $pkgdir = "..\package" - write-progress "Packaging Application files." "Scanning..." - $zipfile = "$pkgdir\$pkgname-$pkgver-bin.zip" - zip -9 -u -j "$zipfile" ..\LICENSE.txt - zip -9 -u -j "$zipfile" ..\NOTICE.txt - foreach($configuration in $configurations) - { - foreach($framework in $frameworks) - { - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll" - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.xml" - zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config" - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll" - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.xml" - if($framework -ieq "mono-2.0") - { - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll.mdb" - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll.mdb" - } - else - { - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.pdb" - zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.pdb" - } - } - } + write-progress "Packaging Application files." "Scanning..." + $zipfile = "$pkgdir\$pkgname-$pkgver-bin.zip" + zip -9 -u -j "$zipfile" ..\LICENSE.txt + zip -9 -u -j "$zipfile" ..\NOTICE.txt + foreach($configuration in $configurations) + { + foreach($framework in $frameworks) + { + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll" + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.xml" + zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config" + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll" + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.xml" + if($framework -ieq "mono-2.0") + { + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll.mdb" + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll.mdb" + } + else + { + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.pdb" + zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.pdb" + } + } + } - popd + popd } write-progress "Packaging Source code files." "Scanning..."