Author: jgomes
Date: Wed Feb 25 15:42:00 2009
New Revision: 747830
URL: http://svn.apache.org/viewvc?rev=747830&view=rev
Log:
Applied patch for turning off debug flag for release builds to all project
configurations. The nant-common.xml file is shared among all projects.
Fixes [AMQNET-145]. (See https://issues.apache.org/activemq/browse/AMQNET-145)
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=747830&r1=747829&r2=747830&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Wed Feb
25 15:42:00 2009
@@ -169,7 +169,7 @@
<property name="current.build.config" value="release" />
<property name="current.build.config.release" value="true" />
<property name="current.build.config.debug" value="false" />
- <property name="csc.debug" value="true" />
+ <property name="csc.debug" value="false" />
<property name="csc.optimize" value="true" />
</target>
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=747830&r1=747829&r2=747830&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml Wed Feb 25
15:42:00 2009
@@ -169,7 +169,7 @@
<property name="current.build.config" value="release" />
<property name="current.build.config.release" value="true" />
<property name="current.build.config.debug" value="false" />
- <property name="csc.debug" value="true" />
+ <property name="csc.debug" value="false" />
<property name="csc.optimize" value="true" />
</target>
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=747830&r1=747829&r2=747830&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml Wed Feb 25
15:42:00 2009
@@ -169,7 +169,7 @@
<property name="current.build.config" value="release" />
<property name="current.build.config.release" value="true" />
<property name="current.build.config.debug" value="false" />
- <property name="csc.debug" value="true" />
+ <property name="csc.debug" value="false" />
<property name="csc.optimize" value="true" />
</target>
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=747830&r1=747829&r2=747830&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml Wed Feb 25
15:42:00 2009
@@ -169,7 +169,7 @@
<property name="current.build.config" value="release" />
<property name="current.build.config.release" value="true" />
<property name="current.build.config.debug" value="false" />
- <property name="csc.debug" value="true" />
+ <property name="csc.debug" value="false" />
<property name="csc.optimize" value="true" />
</target>
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=747830&r1=747829&r2=747830&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Wed Feb 25
15:42:00 2009
@@ -169,7 +169,7 @@
<property name="current.build.config" value="release" />
<property name="current.build.config.release" value="true" />
<property name="current.build.config.debug" value="false" />
- <property name="csc.debug" value="true" />
+ <property name="csc.debug" value="false" />
<property name="csc.optimize" value="true" />
</target>