You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/03/31 19:56:19 UTC

svn commit: r760543 - /activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

Author: jgomes
Date: Tue Mar 31 17:56:18 2009
New Revision: 760543

URL: http://svn.apache.org/viewvc?rev=760543&view=rev
Log:
Re-enable building PDB files for release builds.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

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=760543&r1=760542&r2=760543&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Tue Mar 31 17:56:18 2009
@@ -161,7 +161,8 @@
     <property name="current.build.config"           value="debug" />
     <property name="current.build.config.debug"     value="true" />
     <property name="current.build.config.release"   value="false" />
-    <property name="csc.debug"                      value="true" />
+    <property name="current.build.defines"          value="${build.defines}DEBUG,TRACE," dynamic="true" />
+    <property name="csc.debug"                      value="Full" />
     <property name="csc.optimize"                   value="false" />
   </target>
 
@@ -169,7 +170,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="false" />
+    <property name="csc.debug"                      value="Full" />
     <property name="csc.optimize"                   value="true" />
   </target>