Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 94626 invoked from network); 1 Oct 2008 17:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 17:05:52 -0000 Received: (qmail 48735 invoked by uid 500); 1 Oct 2008 17:05:50 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 48690 invoked by uid 500); 1 Oct 2008 17:05:50 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 48681 invoked by uid 99); 1 Oct 2008 17:05:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 10:05:50 -0700 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; Wed, 01 Oct 2008 17:04:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA8F4238889D; Wed, 1 Oct 2008 10:05:30 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r700841 - in /activemq/camel/trunk/components: camel-rest/pom.xml camel-spring/pom.xml pom.xml Date: Wed, 01 Oct 2008 17:05:30 -0000 To: camel-commits@activemq.apache.org From: janstey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081001170530.DA8F4238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: janstey Date: Wed Oct 1 10:05:30 2008 New Revision: 700841 URL: http://svn.apache.org/viewvc?rev=700841&view=rev Log: CAMEL-939 - Get the camel-spring and camel-rest tests running on AIX. Modified: activemq/camel/trunk/components/camel-rest/pom.xml activemq/camel/trunk/components/camel-spring/pom.xml activemq/camel/trunk/components/pom.xml Modified: activemq/camel/trunk/components/camel-rest/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-rest/pom.xml?rev=700841&r1=700840&r2=700841&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-rest/pom.xml (original) +++ activemq/camel/trunk/components/camel-rest/pom.xml Wed Oct 1 10:05:30 2008 @@ -149,7 +149,6 @@ - maven-surefire-plugin @@ -222,34 +221,7 @@ - - - - com.sun.tools.jxc.maven2 - maven-jaxb-schemagen-plugin - - - - - package - - ${project.build.directory}/schema - src/main/java/org/apache/camel/rest/model - - - http://activemq.apache.org/camel/schema/rest - camel-rest.xsd - - - - - - generate - - - - - + org.apache.maven.plugins maven-javadoc-plugin @@ -339,4 +311,85 @@ + + + + on-ibmjdk + + + java.vendor + IBM Corporation + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + generate-resources + + copy + + + + + org.apache.camel + camel-rest + ${pom.version} + xsd + false + ${project.build.directory}/schema + camel-rest.xsd + + + + + + + + + + + not-on-ibmjdk + + + java.vendor + !IBM Corporation + + + + + + com.sun.tools.jxc.maven2 + maven-jaxb-schemagen-plugin + + + + + package + + ${project.build.directory}/schema + src/main/java/org/apache/camel/rest/model + + + http://activemq.apache.org/camel/schema/rest + camel-rest.xsd + + + + + + generate + + + + + + + + Modified: activemq/camel/trunk/components/camel-spring/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?rev=700841&r1=700840&r2=700841&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-spring/pom.xml (original) +++ activemq/camel/trunk/components/camel-spring/pom.xml Wed Oct 1 10:05:30 2008 @@ -250,33 +250,6 @@ - - - - com.sun.tools.jxc.maven2 - maven-jaxb-schemagen-plugin - - - - process-sources - - ${project.build.directory}/schema - ${project.build.directory}/schema-src - - - http://activemq.apache.org/camel/schema/spring - camel-spring.xsd - - - - - - generate - - - - - org.codehaus.mojo build-helper-maven-plugin @@ -298,24 +271,6 @@ - - - @@ -349,16 +304,86 @@ + + + on-ibmjdk + + + java.vendor + IBM Corporation + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-resources + + unpack + + + + + org.apache.camel + camel-spring + ${pom.version} + jar + false + ${project.build.directory}/schema + camel-spring.xsd + + + + + + + + + + + not-on-ibmjdk + + + java.vendor + !IBM Corporation + + + + + + com.sun.tools.jxc.maven2 + maven-jaxb-schemagen-plugin + + + + process-sources + + ${project.build.directory}/schema + ${project.build.directory}/schema-src + + + + http://activemq.apache.org/camel/schema/spring + + camel-spring.xsd + + + + + + generate + + + + + + + - Modified: activemq/camel/trunk/components/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=700841&r1=700840&r2=700841&view=diff ============================================================================== --- activemq/camel/trunk/components/pom.xml (original) +++ activemq/camel/trunk/components/pom.xml Wed Oct 1 10:05:30 2008 @@ -69,11 +69,13 @@ camel-ognl camel-osgi camel-quartz + camel-rest camel-rmi camel-saxon camel-scala camel-script + camel-spring camel-spring-integration camel-sql camel-stringtemplate @@ -86,23 +88,4 @@ camel-xmpp camel-xstream - - - - - not-on-ibmjdk - - - java.vendor - !IBM Corporation - - - - camel-rest - camel-spring - - - -