Author: tabish
Date: Tue Jan  4 21:50:33 2011
New Revision: 1055194

URL: http://svn.apache.org/viewvc?rev=1055194&view=rev
Log:
create new working tag for NMS 1.5.x patch releases.

Added:
    activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/
      - copied from r1055186, activemq/activemq-dotnet/Apache.NMS/trunk/
Modified:
    activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/nant.build
    activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/nant.build
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS%5Cbranches%5C1.5.x/nant.build?rev=1055194&r1=1055186&r2=1055194&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/nant.build Tue Jan  4 
21:50:33 2011
@@ -23,7 +23,7 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <property name="project.name" value="Apache.NMS" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.5.0" 
unless="${property::exists('project.version')}" />
+    <property name="project.version" value="1.5.1" 
unless="${property::exists('project.version')}" />
     <property name="project.release.type" value="SNAPSHOT" 
unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="Apache NMS Class 
Library" />
     <property name="project.description" value="Apache NMS (.Net Messaging 
Library): An abstract interface to Message Oriented Middleware (MOM) providers" 
/>

Modified: activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/package.ps1
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS%5Cbranches%5C1.5.x/package.ps1?rev=1055194&r1=1055186&r2=1055194&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS\branches\1.5.x/package.ps1 Tue Jan  4 
21:50:33 2011
@@ -14,48 +14,48 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.5-SNAPSHOT"
+$pkgver = "1.5.1-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "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..."


Reply via email to