From commits-return-7195-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Thu Oct 18 12:56:41 2007 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 86642 invoked from network); 18 Oct 2007 12:56:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 12:56:41 -0000 Received: (qmail 88953 invoked by uid 500); 18 Oct 2007 12:56:28 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 88931 invoked by uid 500); 18 Oct 2007 12:56:28 -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 88922 invoked by uid 99); 18 Oct 2007 12:56:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 05:56:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 12:56:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8A61C1A9832; Thu, 18 Oct 2007 05:55:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585953 - /activemq/activemq-cpp/trunk/src/main/Makefile.am Date: Thu, 18 Oct 2007 12:55:41 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071018125541.8A61C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Thu Oct 18 05:55:40 2007 New Revision: 585953 URL: http://svn.apache.org/viewvc?rev=585953&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-142 Adding in Openwire V1 support code. Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/Makefile.am?rev=585953&r1=585952&r2=585953&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/main/Makefile.am Thu Oct 18 05:55:40 2007 @@ -98,7 +98,7 @@ activemq/util/Math.cpp \ activemq/util/Random.cpp \ activemq/util/PrimitiveMap.cpp \ - activemq/util/LongSequenceGenerator.cpp \ + activemq/util/LongSequenceGenerator.cpp \ activemq/util/URISupport.cpp h_sources = \ @@ -290,7 +290,7 @@ activemq/util/Date.h \ activemq/util/Map.h \ activemq/util/Math.h \ - activemq/util/LongSequenceGenerator.h \ + activemq/util/LongSequenceGenerator.h \ activemq/util/PrimitiveMap.h \ activemq/util/Set.h \ activemq/util/URISupport.h \ @@ -322,6 +322,7 @@ cms/Config.h include activemq/connector/openwire/commands/srcmakefile.mk +## include activemq/connector/openwire/marshal/v1/srcmakefile.mk include activemq/connector/openwire/marshal/v2/srcmakefile.mk ##