Author: jgomes
Date: Thu Jun 18 14:11:57 2009
New Revision: 786070
URL: http://svn.apache.org/viewvc?rev=786070&view=rev
Log:
Added release type variable.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant.build
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build
activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant.build
activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build
activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant.build
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build
activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant.build
activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build
activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant.build
activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant.build
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant.build Thu Jun
18 14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.ActiveMQ"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.1.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="GA"
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"/>
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=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.ActiveMQ"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.2.0"
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 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"/>
Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.EMS"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.1.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="GA"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS for EMS Class
Library"/>
<property name="project.description" value="Apache NMS for EMS Class Library
(.Net Messaging Library Implementation): An implementation of the NMS API for
EMS"/>
<!-- The EMS module is not CLS compliant yet -->
Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.EMS"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.2.0"
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 for EMS Class
Library"/>
<property name="project.description" value="Apache NMS for EMS Class Library
(.Net Messaging Library Implementation): An implementation of the NMS API for
EMS"/>
<!-- The EMS module is not CLS compliant yet -->
Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.MSMQ"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.1.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="GA"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS for MSMQ Class
Library"/>
<property name="project.description" value="Apache NMS for MSMQ Class
Library (.Net Messaging Library Implementation): An implementation of the NMS
API for MSMQ"/>
Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.MSMQ"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.2.0"
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 for MSMQ Class
Library"/>
<property name="project.description" value="Apache NMS for MSMQ Class
Library (.Net Messaging Library Implementation): An implementation of the NMS
API for MSMQ"/>
Modified: activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.WCF"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.1.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="GA"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="WCF Provider for
ActiveMQ Class Library"/>
<property name="project.description" value="WCF Provider for ActiveMQ
Class Library (.Net Messaging Library Implementation): An implementation of
Windows Communications Framework API for ActiveMQ"/>
Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS.WCF"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.2.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="SNAPSHOT"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="WCF Provider for
ActiveMQ Class Library"/>
<property name="project.description" value="WCF Provider for ActiveMQ
Class Library (.Net Messaging Library Implementation): An implementation of
Windows Communications Framework API for ActiveMQ"/>
Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant.build Thu Jun 18
14:11:57 2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.1.0"
unless="${property::exists('project.version')}"/>
+ <property name="project.release.type" value="GA"
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"/>
<property name="project.cls.compliant" value="true"/>
Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant.build?rev=786070&r1=786069&r2=786070&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Thu Jun 18 14:11:57
2009
@@ -24,6 +24,7 @@
<property name="project.name" value="Apache.NMS"/>
<property name="project.group" value="org.apache.activemq"/>
<property name="project.version" value="1.2.0"
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"/>
<property name="project.cls.compliant" value="true"/>