Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 29686 invoked from network); 4 Sep 2009 02:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 02:32:04 -0000 Received: (qmail 36760 invoked by uid 500); 4 Sep 2009 02:32:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 36739 invoked by uid 500); 4 Sep 2009 02:32:04 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 36730 invoked by uid 99); 4 Sep 2009 02:32:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 02:32:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 02:31:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A63812388902; Fri, 4 Sep 2009 02:31:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r811205 [4/8] - in /activemq/sandbox/activemq-flow: activemq-all/src/test/java/org/apache/activemq/legacy/blob/ activemq-all/src/test/java/org/apache/activemq/legacy/test4/ activemq-all/src/test/java/org/apache/activemq/legacy/test4/rollbac... Date: Fri, 04 Sep 2009 02:31:05 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090904023138.A63812388902@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/SubscriptionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class SubscriptionInfoMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -35,7 +35,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public abstract class TransactionIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/TransactionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class TransactionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/WireFormatInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class WireFormatInfoMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v2/XATransactionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class XATransactionIdMarshaller extends TransactionIdMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBlobMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQBlobMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQBytesMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQBytesMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQDestinationMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public abstract class ActiveMQDestinationMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMapMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQMapMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQMessageMarshaller extends MessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQObjectMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQObjectMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQQueueMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQQueueMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQStreamMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQStreamMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempDestinationMarshaller.java Fri Sep 4 02:30:39 2009 @@ -35,7 +35,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public abstract class ActiveMQTempDestinationMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempQueueMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQTempQueueMarshaller extends ActiveMQTempDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTempTopicMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQTempTopicMarshaller extends ActiveMQTempDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTextMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQTextMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ActiveMQTopicMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ActiveMQTopicMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BaseCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public abstract class BaseCommandMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class BrokerIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/BrokerInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class BrokerInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionControlMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ConnectionControlMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionErrorMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ConnectionErrorMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ConnectionIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConnectionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class ConnectionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerControlMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ConsumerControlMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class ConsumerIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ConsumerInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class ConsumerInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ControlCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ControlCommandMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataArrayResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class DataArrayResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DataResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class DataResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DestinationInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class DestinationInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/DiscoveryEventMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class DiscoveryEventMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ExceptionResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ExceptionResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/FlushCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class FlushCommandMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/IntegerResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class IntegerResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalQueueAckMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class JournalQueueAckMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTopicAckMarshaller.java Fri Sep 4 02:30:39 2009 @@ -32,7 +32,6 @@ * please see the modify the groovy scripts in the under src/gram/script and * then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class JournalTopicAckMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTraceMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class JournalTraceMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/JournalTransactionMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class JournalTransactionMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/KeepAliveInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class KeepAliveInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LastPartialCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class LastPartialCommandMarshaller extends PartialCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/LocalTransactionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -32,7 +32,6 @@ * please see the modify the groovy scripts in the under src/gram/script and * then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class LocalTransactionIdMarshaller extends TransactionIdMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MarshallerFactory.java Fri Sep 4 02:30:39 2009 @@ -29,7 +29,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public final class MarshallerFactory { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageAckMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class MessageAckMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class MessageDispatchMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationMarshaller.java Fri Sep 4 02:30:39 2009 @@ -33,7 +33,6 @@ * scripts in the under src/gram/script and then use maven openwire:generate to * regenerate this file. * - * @version $Revision$ */ public class MessageDispatchNotificationMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -32,7 +32,6 @@ * see the modify the groovy scripts in the under src/gram/script and then use * maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class MessageIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -32,7 +32,6 @@ * the modify the groovy scripts in the under src/gram/script and then use maven * openwire:generate to regenerate this file. * - * @version $Revision$ */ public abstract class MessageMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/MessagePullMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class MessagePullMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class NetworkBridgeFilterMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/PartialCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class PartialCommandMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerAckMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ProducerAckMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -32,7 +32,6 @@ * see the modify the groovy scripts in the under src/gram/script and then use * maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class ProducerIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ProducerInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class ProducerInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class RemoveInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class RemoveSubscriptionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ReplayCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ReplayCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ReplayCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ReplayCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ReplayCommandMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ResponseMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -34,7 +34,6 @@ * change, please see the modify the groovy scripts in the under src/gram/script * and then use maven openwire:generate to regenerate this file. * - * @version $Revision$ */ public class SessionIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SessionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class SessionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ShutdownInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ShutdownInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ShutdownInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/ShutdownInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class ShutdownInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SubscriptionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SubscriptionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SubscriptionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/SubscriptionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class SubscriptionInfoMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -35,7 +35,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public abstract class TransactionIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/TransactionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class TransactionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/WireFormatInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/WireFormatInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/WireFormatInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/WireFormatInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class WireFormatInfoMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/XATransactionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/XATransactionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/XATransactionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v3/XATransactionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -37,7 +37,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision$ */ public class XATransactionIdMarshaller extends TransactionIdMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBlobMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBlobMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBlobMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBlobMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQBlobMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBytesMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBytesMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBytesMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQBytesMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQBytesMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQDestinationMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQDestinationMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQDestinationMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQDestinationMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public abstract class ActiveMQDestinationMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMapMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMapMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMapMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMapMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQMapMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQMessageMarshaller extends MessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQObjectMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQObjectMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQObjectMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQObjectMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQObjectMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQQueueMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQQueueMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQQueueMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQQueueMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQQueueMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQStreamMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQStreamMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQStreamMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQStreamMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQStreamMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempDestinationMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempDestinationMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempDestinationMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempDestinationMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public abstract class ActiveMQTempDestinationMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempQueueMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempQueueMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempQueueMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempQueueMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQTempQueueMarshaller extends ActiveMQTempDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempTopicMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempTopicMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempTopicMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTempTopicMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQTempTopicMarshaller extends ActiveMQTempDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTextMessageMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTextMessageMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTextMessageMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTextMessageMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQTextMessageMarshaller extends ActiveMQMessageMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTopicMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTopicMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTopicMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ActiveMQTopicMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ActiveMQTopicMarshaller extends ActiveMQDestinationMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BaseCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BaseCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BaseCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BaseCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public abstract class BaseCommandMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class BrokerIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/BrokerInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class BrokerInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionControlMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionControlMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionControlMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionControlMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConnectionControlMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionErrorMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionErrorMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionErrorMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionErrorMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConnectionErrorMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConnectionIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConnectionInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConnectionInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerControlMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerControlMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerControlMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerControlMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConsumerControlMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerIdMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerIdMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerIdMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerIdMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConsumerIdMarshaller extends BaseDataStreamMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ConsumerInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ConsumerInfoMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ControlCommandMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ControlCommandMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ControlCommandMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/ControlCommandMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class ControlCommandMarshaller extends BaseCommandMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataArrayResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataArrayResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataArrayResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataArrayResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class DataArrayResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataResponseMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataResponseMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataResponseMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DataResponseMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class DataResponseMarshaller extends ResponseMarshaller { Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DestinationInfoMarshaller.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DestinationInfoMarshaller.java?rev=811205&r1=811204&r2=811205&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DestinationInfoMarshaller.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/main/java/org/apache/activemq/openwire/v4/DestinationInfoMarshaller.java Fri Sep 4 02:30:39 2009 @@ -36,7 +36,6 @@ * under src/gram/script and then use maven openwire:generate to regenerate * this file. * - * @version $Revision: 725323 $ */ public class DestinationInfoMarshaller extends BaseCommandMarshaller {