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 2008/10/09 20:36:44 UTC

svn commit: r703223 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk: nant-common.xml nant.build

Author: jgomes
Date: Thu Oct  9 11:36:44 2008
New Revision: 703223

URL: http://svn.apache.org/viewvc?rev=703223&view=rev
Log:
Consolidate nant build files to use single common script.

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

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build?rev=703223&r1=703222&r2=703223&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build Thu Oct  9 11:36:44 2008
@@ -105,6 +105,6 @@
   </target>
 
   <!-- Load the common target definitions  -->
-  <include buildfile="${basedir}/nant-common.xml"/>
+  <include buildfile="${basedir}/vendor/Apache.NMS/nant-common.xml"/>
 
 </project>