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>


Reply via email to