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:05:34 UTC

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

Author: chirino
Date: Wed Oct 31 08:05:34 2007
New Revision: 590703

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

Added:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml
      - copied unchanged from r590128, activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/build-common.xml
Removed:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/build-common.xml
Modified:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build?rev=590703&r1=590702&r2=590703&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build Wed Oct 31 08:05:34 2007
@@ -52,6 +52,6 @@
   </target>
 
   <!-- Load the common target definitions  -->
-	<include buildfile="${basedir}/build-common.xml"/>
+	<include buildfile="${basedir}/nant-common.xml"/>
 
 </project>