Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 39900 invoked from network); 19 Feb 2009 22:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 22:01:26 -0000 Received: (qmail 10047 invoked by uid 500); 19 Feb 2009 22:01:26 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9997 invoked by uid 500); 19 Feb 2009 22:01:26 -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 9706 invoked by uid 99); 19 Feb 2009 22:01:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 14:01:25 -0800 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; Thu, 19 Feb 2009 22:01:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 354CF23888CA; Thu, 19 Feb 2009 22:01:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746017 - in /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/test/ src/test/java/ target/ target/classes/ target/classes/org/ target/classes/org/apache/ target/classes/or... Date: Thu, 19 Feb 2009 22:01:01 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090219220101.354CF23888CA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Thu Feb 19 22:01:00 2009 New Revision: 746017 URL: http://svn.apache.org/viewvc?rev=746017&view=rev Log: Moved the OpenWire Generator code into its own project to make it easier to maintain and add other projects as needed to the activemq-cpp domain. Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/test/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/test/java/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/activemq-cpp-openwire-generator-2.0.jar (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppHeadersGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator$1.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingClassesGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.class (with props) activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties (with props) Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml?rev=746017&view=auto ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml (added) +++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml Thu Feb 19 22:01:00 2009 @@ -0,0 +1,85 @@ + + + + + + 4.0.0 + + + org.apache.activemq + activemq-cpp-parent + 3.0-SNAPSHOT + ../pom.xml + + + activemq-cpp-openwire-generator + jar + ActiveMQ-CPP Openwire Generator + The ActiveMQ-CPP Openwire Command Generator + 2.0 + + + + org.apache.activemq + activemq-openwire-generator + ${activemq-version} + + + org.apache.activemq + activemq-core + ${activemq-version} + + + + + + default-tools.jar + + + java.vendor + Sun Microsystems Inc. + + + + + com.sun + tools + 1.5 + system + + /opt/local/jdk1.5.0_16/lib/tools.jar + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/activemq-cpp-openwire-generator-2.0.jar URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/activemq-cpp-openwire-generator-2.0.jar?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/activemq-cpp-openwire-generator-2.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppHeadersGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppHeadersGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppHeadersGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator$1.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator%241.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator$1.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingClassesGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingClassesGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingClassesGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingClassesGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.class URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.class?rev=746017&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/classes/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.class ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties?rev=746017&view=auto ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties (added) +++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties Thu Feb 19 22:01:00 2009 @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Feb 19 16:54:43 GMT-05:00 2009 +version=2.0 +groupId=org.apache.activemq +artifactId=activemq-cpp-openwire-generator Propchange: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/maven-archiver/pom.properties ------------------------------------------------------------------------------ svn:eol-style = native