Author: jgomes
Date: Fri Jan 23 12:39:16 2009
New Revision: 737179
URL: http://svn.apache.org/viewvc?rev=737179&view=rev
Log:
Fix local repository path when NANT_REPO environment variable is used.
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=737179&r1=737178&r2=737179&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Fri Jan
23 12:39:16 2009
@@ -66,7 +66,7 @@
<property name="nant.remote.repo"
value="${environment::get-variable('NANT_REMOTE_REPO')}"
if="${environment::variable-exists('NANT_REMOTE_REPO')}"
unless="${property::exists('nant.remote.repo')}"/>
- <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}"
+ <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}/local"
if="${environment::variable-exists('NANT_REPO')}"
unless="${property::exists('nant.local.repo')}"/>
<property name="nant.local.repo" value="${user.home}/.nant/repository/local"
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=737179&r1=737178&r2=737179&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml Fri Jan 23
12:39:16 2009
@@ -66,7 +66,7 @@
<property name="nant.remote.repo"
value="${environment::get-variable('NANT_REMOTE_REPO')}"
if="${environment::variable-exists('NANT_REMOTE_REPO')}"
unless="${property::exists('nant.remote.repo')}"/>
- <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}"
+ <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}/local"
if="${environment::variable-exists('NANT_REPO')}"
unless="${property::exists('nant.local.repo')}"/>
<property name="nant.local.repo" value="${user.home}/.nant/repository/local"
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=737179&r1=737178&r2=737179&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml Fri Jan 23
12:39:16 2009
@@ -66,7 +66,7 @@
<property name="nant.remote.repo"
value="${environment::get-variable('NANT_REMOTE_REPO')}"
if="${environment::variable-exists('NANT_REMOTE_REPO')}"
unless="${property::exists('nant.remote.repo')}"/>
- <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}"
+ <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}/local"
if="${environment::variable-exists('NANT_REPO')}"
unless="${property::exists('nant.local.repo')}"/>
<property name="nant.local.repo" value="${user.home}/.nant/repository/local"
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=737179&r1=737178&r2=737179&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml Fri Jan 23
12:39:16 2009
@@ -66,7 +66,7 @@
<property name="nant.remote.repo"
value="${environment::get-variable('NANT_REMOTE_REPO')}"
if="${environment::variable-exists('NANT_REMOTE_REPO')}"
unless="${property::exists('nant.remote.repo')}"/>
- <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}"
+ <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}/local"
if="${environment::variable-exists('NANT_REPO')}"
unless="${property::exists('nant.local.repo')}"/>
<property name="nant.local.repo" value="${user.home}/.nant/repository/local"
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=737179&r1=737178&r2=737179&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Fri Jan 23
12:39:16 2009
@@ -66,7 +66,7 @@
<property name="nant.remote.repo"
value="${environment::get-variable('NANT_REMOTE_REPO')}"
if="${environment::variable-exists('NANT_REMOTE_REPO')}"
unless="${property::exists('nant.remote.repo')}"/>
- <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}"
+ <property name="nant.local.repo"
value="${environment::get-variable('NANT_REPO')}/local"
if="${environment::variable-exists('NANT_REPO')}"
unless="${property::exists('nant.local.repo')}"/>
<property name="nant.local.repo" value="${user.home}/.nant/repository/local"