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:59 UTC

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

Author: chirino
Date: Wed Oct 31 08:13:58 2007
New Revision: 590707

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

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

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