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 2006/03/06 17:04:22 UTC

svn commit: r383570 - in /incubator/activemq/trunk: ./ activemq-dotnet/ activemq-dotnet/src/main/csharp/ActiveMQ/ activemq-dotnet/src/main/csharp/JMS/ activemq-dotnet/src/test/csharp/ActiveMQ/ activemq-dotnet/src/test/csharp/JMS/ openwire-dotnet/ openw...

Author: chirino
Date: Mon Mar  6 08:03:44 2006
New Revision: 383570

URL: http://svn.apache.org/viewcvs?rev=383570&view=rev
Log:
Moving code in the openwire-dotnet module over to the activemq-dotnet module

Added:
    incubator/activemq/trunk/activemq-dotnet/nant.build
      - copied unchanged from r383545, incubator/activemq/trunk/openwire-dotnet/OpenWire.build
    incubator/activemq/trunk/activemq-dotnet/src/main/csharp/ActiveMQ/
      - copied from r383545, incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/
    incubator/activemq/trunk/activemq-dotnet/src/main/csharp/JMS/
      - copied from r383545, incubator/activemq/trunk/openwire-dotnet/src/JMS/
    incubator/activemq/trunk/activemq-dotnet/src/test/csharp/ActiveMQ/
      - copied from r383545, incubator/activemq/trunk/openwire-dotnet/tests/ActiveMQ/
    incubator/activemq/trunk/activemq-dotnet/src/test/csharp/JMS/
      - copied from r383545, incubator/activemq/trunk/openwire-dotnet/tests/JMS/
Removed:
    incubator/activemq/trunk/openwire-dotnet/OpenWire.build
    incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/
    incubator/activemq/trunk/openwire-dotnet/src/JMS/
    incubator/activemq/trunk/openwire-dotnet/tests/ActiveMQ/
    incubator/activemq/trunk/openwire-dotnet/tests/JMS/
Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=383570&r1=383569&r2=383570&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Mon Mar  6 08:03:44 2006
@@ -469,12 +469,8 @@
  
     </dependencies>
   </dependencyManagement>
-
+<!--
   <dependencies>
-
-    <!-- =============================== -->
-    <!-- Testing dependencies -->
-    <!-- =============================== -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -495,8 +491,8 @@
       <artifactId>cglib-full</artifactId>
       <scope>test</scope>
     </dependency>
- 
   </dependencies>
+-->
 
   <distributionManagement>
     <!--