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/31 16:13:36 UTC

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

Author: chirino
Date: Wed Oct 31 08:13:36 2007
New Revision: 590706

URL: http://svn.apache.org/viewvc?rev=590706&view=rev
Log:
renamed build-common.xml to  nant-common.xml

Added:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
      - copied unchanged from r590127, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-common.xml
Removed:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/build-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=590706&r1=590705&r2=590706&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build Wed Oct 31 08:13:36 2007
@@ -49,6 +49,6 @@
   </target>
 
   <!-- Load the common target definitions  -->
-	<include buildfile="${basedir}/build-common.xml"/>
+	<include buildfile="${basedir}/nant-common.xml"/>
 
 </project>