You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/10/30 16:51:36 UTC

svn commit: r590127 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml

Author: chirino
Date: Tue Oct 30 08:51:35 2007
New Revision: 590127

URL: http://svn.apache.org/viewvc?rev=590127&view=rev
Log:
Update common nant file

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

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml?rev=590127&r1=590126&r2=590127&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml Tue Oct 30 08:51:35 2007
@@ -16,12 +16,13 @@
     limitations under the License.
 -->
 <project xmlns="http://nant.sourceforge.net/release/0.85/nant.xsd">
-
+  
   <!-- ============================================================================================ -->
   <!--    I N I T I A L I Z A T I O N    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
-  <!-- global project settings -->
+  <!-- global project settings -->  
+  <property name="project.cls.compliant" value="true" unless="${property::exists('project.cls.compliant')}"/>
   <property name="project.release.type"  value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
   <property name="project.version.full"  value="${project.version + if(project.release.type == 'release', '', '-' + project.release.type)}" dynamic="true" />
   <property name="build.dir"             value="${basedir}/build" />
@@ -253,7 +254,7 @@
       </imports>
       <attributes>
         <attribute type="ComVisibleAttribute"            value="false" />
-        <attribute type="CLSCompliantAttribute"          value="true" />
+        <attribute type="CLSCompliantAttribute"          value="${project.cls.compliant}" />
         <attribute type="AssemblyTitleAttribute"         value="${project.short_description}" />
         <attribute type="AssemblyDescriptionAttribute"   value="${project.description}" />
         <attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
@@ -313,7 +314,7 @@
       </imports>
       <attributes>
         <attribute type="ComVisibleAttribute"            value="false" />
-        <attribute type="CLSCompliantAttribute"          value="true" />
+        <attribute type="CLSCompliantAttribute"          value="${project.cls.compliant}" />
         <attribute type="AssemblyTitleAttribute"         value="${project.short_description}" />
         <attribute type="AssemblyDescriptionAttribute"   value="${project.description}" />
         <attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />