From commits-return-13539-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon May 10 13:27:31 2010 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 38731 invoked from network); 10 May 2010 13:27:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 13:27:31 -0000 Received: (qmail 12474 invoked by uid 500); 10 May 2010 13:27:31 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 12455 invoked by uid 500); 10 May 2010 13:27:31 -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 12448 invoked by uid 99); 10 May 2010 13:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 13:27:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 10 May 2010 13:27:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C36423889F1; Mon, 10 May 2010 13:26:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r942730 - in /activemq/activemq-dotnet/Apache.NMS/branches/1.3.x: nant.build package.ps1 Date: Mon, 10 May 2010 13:26:30 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100510132630.6C36423889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon May 10 13:26:30 2010 New Revision: 942730 URL: http://svn.apache.org/viewvc?rev=942730&view=rev Log: Mark branch as 1.3.0 RC Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build?rev=942730&r1=942729&r2=942730&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build Mon May 10 13:26:30 2010 @@ -17,82 +17,82 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1?rev=942730&r1=942729&r2=942730&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 Mon May 10 13:26:30 2010 @@ -14,48 +14,48 @@ # limitations under the License. $pkgname = "Apache.NMS" -$pkgver = "1.3-SNAPSHOT" +$pkgver = "1.3-RC1" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5" 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\$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\$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..."