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 2009/06/26 22:52:50 UTC

svn commit: r788869 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/tags/1.1.0/ Apache.NMS.ActiveMQ/trunk/ Apache.NMS.EMS/tags/1.1.0/ Apache.NMS.EMS/trunk/ Apache.NMS.MSMQ/tags/1.1.0/ Apache.NMS.MSMQ/trunk/ Apache.NMS.WCF/tags/1.1.0/ Apache.NMS.WCF...

Author: jgomes
Date: Fri Jun 26 20:52:49 2009
New Revision: 788869

URL: http://svn.apache.org/viewvc?rev=788869&view=rev
Log:
Add build and rebuild targets.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant-common.xml
    activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.1.0/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/tags/1.1.0/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml?rev=788869&r1=788868&r2=788869&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Fri Jun 26 20:52:49 2009
@@ -518,6 +518,9 @@
   <!--      M I S C E L L A N E O U S    T A R G E T S                                              -->
   <!-- ============================================================================================ -->
 
+  <target name="build" depends="default" description="Build the project." />
+  <target name="rebuild" depends="clean,build" description="Rebuild the project." />
+  
   <target name="clean" description="Deletes build">
     <if test="${target::exists('clean-init')}">
       <call target="clean-init"/>