Author: jgomes
Date: Mon Jan 26 23:13:08 2009
New Revision: 737930

URL: http://svn.apache.org/viewvc?rev=737930&view=rev
Log:
Latest nightly build of NAnt 0.86 deprecates use of is-win32() in favor of 
is-windows().

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml?rev=737930&r1=737929&r2=737930&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml 
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Mon Jan 
26 23:13:08 2009
@@ -54,13 +54,13 @@
             if="${environment::variable-exists('HOME') and 
platform::is-unix()}"
             unless="${property::exists('user.home')}"/>
   <property name="user.home" 
value="${environment::get-variable('USERPROFILE')}"
-            if="${environment::variable-exists('USERPROFILE') and 
platform::is-win32()}"
+            if="${environment::variable-exists('USERPROFILE') and 
platform::is-windows()}"
             unless="${property::exists('user.home')}"/>
 
   <fail message="The HOME environment variable is not defined.  Please set it 
to your home directory."
             unless="${property::exists('user.home')}" 
if="${platform::is-unix()}"/>
   <fail message="The USERPROFILE environment variable is not defined.  Please 
set it to your home directory."
-            unless="${property::exists('user.home')}" 
if="${platform::is-win32()}"/>
+            unless="${property::exists('user.home')}" 
if="${platform::is-windows()}"/>
 
   <!-- Figure out the NANT repositories -->
   <property name="nant.remote.repo" 
value="${environment::get-variable('NANT_REMOTE_REPO')}"

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml?rev=737930&r1=737929&r2=737930&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml Mon Jan 26 
23:13:08 2009
@@ -54,13 +54,13 @@
             if="${environment::variable-exists('HOME') and 
platform::is-unix()}"
             unless="${property::exists('user.home')}"/>
   <property name="user.home" 
value="${environment::get-variable('USERPROFILE')}"
-            if="${environment::variable-exists('USERPROFILE') and 
platform::is-win32()}"
+            if="${environment::variable-exists('USERPROFILE') and 
platform::is-windows()}"
             unless="${property::exists('user.home')}"/>
 
   <fail message="The HOME environment variable is not defined.  Please set it 
to your home directory."
             unless="${property::exists('user.home')}" 
if="${platform::is-unix()}"/>
   <fail message="The USERPROFILE environment variable is not defined.  Please 
set it to your home directory."
-            unless="${property::exists('user.home')}" 
if="${platform::is-win32()}"/>
+            unless="${property::exists('user.home')}" 
if="${platform::is-windows()}"/>
 
   <!-- Figure out the NANT repositories -->
   <property name="nant.remote.repo" 
value="${environment::get-variable('NANT_REMOTE_REPO')}"

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml?rev=737930&r1=737929&r2=737930&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml Mon Jan 26 
23:13:08 2009
@@ -54,13 +54,13 @@
             if="${environment::variable-exists('HOME') and 
platform::is-unix()}"
             unless="${property::exists('user.home')}"/>
   <property name="user.home" 
value="${environment::get-variable('USERPROFILE')}"
-            if="${environment::variable-exists('USERPROFILE') and 
platform::is-win32()}"
+            if="${environment::variable-exists('USERPROFILE') and 
platform::is-windows()}"
             unless="${property::exists('user.home')}"/>
 
   <fail message="The HOME environment variable is not defined.  Please set it 
to your home directory."
             unless="${property::exists('user.home')}" 
if="${platform::is-unix()}"/>
   <fail message="The USERPROFILE environment variable is not defined.  Please 
set it to your home directory."
-            unless="${property::exists('user.home')}" 
if="${platform::is-win32()}"/>
+            unless="${property::exists('user.home')}" 
if="${platform::is-windows()}"/>
 
   <!-- Figure out the NANT repositories -->
   <property name="nant.remote.repo" 
value="${environment::get-variable('NANT_REMOTE_REPO')}"

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml?rev=737930&r1=737929&r2=737930&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml Mon Jan 26 
23:13:08 2009
@@ -54,13 +54,13 @@
             if="${environment::variable-exists('HOME') and 
platform::is-unix()}"
             unless="${property::exists('user.home')}"/>
   <property name="user.home" 
value="${environment::get-variable('USERPROFILE')}"
-            if="${environment::variable-exists('USERPROFILE') and 
platform::is-win32()}"
+            if="${environment::variable-exists('USERPROFILE') and 
platform::is-windows()}"
             unless="${property::exists('user.home')}"/>
 
   <fail message="The HOME environment variable is not defined.  Please set it 
to your home directory."
             unless="${property::exists('user.home')}" 
if="${platform::is-unix()}"/>
   <fail message="The USERPROFILE environment variable is not defined.  Please 
set it to your home directory."
-            unless="${property::exists('user.home')}" 
if="${platform::is-win32()}"/>
+            unless="${property::exists('user.home')}" 
if="${platform::is-windows()}"/>
 
   <!-- Figure out the NANT repositories -->
   <property name="nant.remote.repo" 
value="${environment::get-variable('NANT_REMOTE_REPO')}"

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml?rev=737930&r1=737929&r2=737930&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Mon Jan 26 
23:13:08 2009
@@ -54,13 +54,13 @@
             if="${environment::variable-exists('HOME') and 
platform::is-unix()}"
             unless="${property::exists('user.home')}"/>
   <property name="user.home" 
value="${environment::get-variable('USERPROFILE')}"
-            if="${environment::variable-exists('USERPROFILE') and 
platform::is-win32()}"
+            if="${environment::variable-exists('USERPROFILE') and 
platform::is-windows()}"
             unless="${property::exists('user.home')}"/>
 
   <fail message="The HOME environment variable is not defined.  Please set it 
to your home directory."
             unless="${property::exists('user.home')}" 
if="${platform::is-unix()}"/>
   <fail message="The USERPROFILE environment variable is not defined.  Please 
set it to your home directory."
-            unless="${property::exists('user.home')}" 
if="${platform::is-win32()}"/>
+            unless="${property::exists('user.home')}" 
if="${platform::is-windows()}"/>
 
   <!-- Figure out the NANT repositories -->
   <property name="nant.remote.repo" 
value="${environment::get-variable('NANT_REMOTE_REPO')}"


Reply via email to