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 2012/11/07 18:43:02 UTC

svn commit: r1406732 [2/5] - in /activemq/trunk: ./ activemq-client/src/main/java/org/apache/activemq/openwire/v2/ activemq-client/src/main/java/org/apache/activemq/openwire/v3/ activemq-client/src/main/java/org/apache/activemq/openwire/v4/ activemq-cl...

Added: activemq/trunk/activemq-openwire-legacy/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/pom.xml?rev=1406732&view=auto
==============================================================================
--- activemq/trunk/activemq-openwire-legacy/pom.xml (added)
+++ activemq/trunk/activemq-openwire-legacy/pom.xml Wed Nov  7 17:42:38 2012
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>5.8-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>activemq-openwire-legacy</artifactId>
+  <packaging>jar</packaging>
+  <name>ActiveMQ :: Openwire Legacy Support</name>
+  <description>The ActiveMQ Openwire Legacy Support Module</description>
+
+  <properties>
+    <surefire.argLine>-Xmx512M</surefire.argLine>
+  </properties>
+
+  <dependencies>
+    <!-- =============================== -->
+    <!-- Required Dependencies -->
+    <!-- =============================== -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-client</artifactId>
+    </dependency>
+
+    <!-- =============================== -->
+    <!-- Testing Dependencies            -->
+    <!-- =============================== -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+  </build>
+
+</project>

Propchange: activemq/trunk/activemq-openwire-legacy/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQBytesMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQBytesMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQBytesMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQBytesMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQBytesMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQDestinationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQDestinationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQDestinationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQDestinationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQDestinationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMapMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMapMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMapMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMapMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMapMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQObjectMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQObjectMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQObjectMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQObjectMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQObjectMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQQueueMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQQueueMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQQueueMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQQueueMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQQueueMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQStreamMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQStreamMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQStreamMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQStreamMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQStreamMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempDestinationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempDestinationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempDestinationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempDestinationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempDestinationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempQueueMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempQueueMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempQueueMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempQueueMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempQueueMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempTopicMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempTopicMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempTopicMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempTopicMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTempTopicMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTextMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTextMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTextMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTextMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTextMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTopicMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTopicMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTopicMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTopicMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ActiveMQTopicMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BaseCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BaseCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BrokerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BrokerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BrokerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BrokerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/BrokerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionControlMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionControlMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionControlMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionControlMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionControlMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionErrorMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionErrorMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionErrorMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionErrorMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionErrorMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConnectionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConnectionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerControlMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerControlMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerControlMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerControlMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerControlMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ConsumerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ConsumerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ControlCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ControlCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ControlCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ControlCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ControlCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataArrayResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DataArrayResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataArrayResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataArrayResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DataArrayResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DataResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DataResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DataResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DestinationInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DestinationInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DestinationInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DestinationInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DestinationInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DiscoveryEventMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DiscoveryEventMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DiscoveryEventMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/DiscoveryEventMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/DiscoveryEventMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ExceptionResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ExceptionResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ExceptionResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ExceptionResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ExceptionResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/FlushCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/FlushCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/FlushCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/FlushCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/FlushCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/IntegerResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/IntegerResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/IntegerResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/IntegerResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/IntegerResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalQueueAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalQueueAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalQueueAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalQueueAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalQueueAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTopicAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTopicAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTopicAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTopicAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTopicAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTraceMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTraceMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTraceMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTraceMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTraceMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTransactionMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTransactionMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTransactionMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/JournalTransactionMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/JournalTransactionMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/KeepAliveInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/KeepAliveInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/KeepAliveInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/KeepAliveInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/KeepAliveInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LastPartialCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/LastPartialCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LastPartialCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LastPartialCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/LastPartialCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LocalTransactionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/LocalTransactionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LocalTransactionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/LocalTransactionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/LocalTransactionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MarshallerFactory.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MarshallerFactory.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MarshallerFactory.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MarshallerFactory.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MarshallerFactory.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessagePullMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessagePullMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessagePullMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/MessagePullMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/MessagePullMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/PartialCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/PartialCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/PartialCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/PartialCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/PartialCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ProducerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ProducerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ProducerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ProducerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ProducerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/RemoveInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/RemoveInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ReplayCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ReplayCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ReplayCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ReplayCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ReplayCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SessionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SessionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SessionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SessionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SessionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ShutdownInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ShutdownInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ShutdownInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/ShutdownInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/ShutdownInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)

Copied: activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java (from r1406726, activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java)
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java?p2=activemq/trunk/activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java&p1=activemq/trunk/activemq-client/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java&r1=1406726&r2=1406732&rev=1406732&view=diff
==============================================================================
    (empty)