You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/05/14 16:18:59 UTC

svn commit: r944277 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1: ./ nant.build package.ps1

Author: tabish
Date: Fri May 14 14:18:59 2010
New Revision: 944277

URL: http://svn.apache.org/viewvc?rev=944277&view=rev
Log:
Create an NMS.ActiveMQ v1.3.0 tag for RC-1

Added:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/   (props changed)
      - copied from r944274, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/nant.build
      - copied, changed from r944275, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/package.ps1
      - copied, changed from r944275, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/package.ps1

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri May 14 14:18:59 2010
@@ -0,0 +1,12 @@
+build
+obj
+*.suo
+lib
+package
+.project
+vs2008-activemq-test.pidb
+vs2008-activemq.pidb
+vs2008-activemq.userprefs
+vs2008-activemq.usertasks
+C:\NUnitPrimaryTrace.txt
+TestResult.xml

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri May 14 14:18:59 2010
@@ -0,0 +1,2 @@
+/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.0.0:692591,693525
+/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0:788230,788233,790183

Copied: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/nant.build (from r944275, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/nant.build)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/nant.build?p2=activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/nant.build&p1=activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/nant.build&r1=944275&r2=944277&rev=944277&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/nant.build Fri May 14 14:18:59 2010
@@ -23,7 +23,7 @@
     <property name="project.name" value="Apache.NMS.ActiveMQ" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.3.x" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+    <property name="project.release.type" value="RC-1" unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="Apache NMS for ActiveMQ Class Library" />
     <property name="project.description" value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ" />
 

Copied: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/package.ps1 (from r944275, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/package.ps1)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/package.ps1?p2=activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/package.ps1&p1=activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/package.ps1&r1=944275&r2=944277&rev=944277&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.3.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.3.0-RC1/package.ps1 Fri May 14 14:18:59 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.3.x-SNAPSHOT"
+$pkgver = "1.3.0-RC1"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5"