From commits-return-8771-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Wed Jun 11 07:04:27 2008 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 90973 invoked from network); 11 Jun 2008 07:04:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 07:04:27 -0000 Received: (qmail 8114 invoked by uid 500); 11 Jun 2008 07:04:29 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 8094 invoked by uid 500); 11 Jun 2008 07:04:29 -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 8085 invoked by uid 99); 11 Jun 2008 07:04:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 00:04:28 -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, 11 Jun 2008 07:03:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7A4CF23889C2; Wed, 11 Jun 2008 00:03:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666544 - /activemq/scripts/activemq-schema-copy.sh Date: Wed, 11 Jun 2008 07:03:29 -0000 To: commits@activemq.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080611070329.7A4CF23889C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Wed Jun 11 00:03:29 2008 New Revision: 666544 URL: http://svn.apache.org/viewvc?rev=666544&view=rev Log: Added the camel-spring-integration schema publishing scripts Modified: activemq/scripts/activemq-schema-copy.sh Modified: activemq/scripts/activemq-schema-copy.sh URL: http://svn.apache.org/viewvc/activemq/scripts/activemq-schema-copy.sh?rev=666544&r1=666543&r2=666544&view=diff ============================================================================== --- activemq/scripts/activemq-schema-copy.sh (original) +++ activemq/scripts/activemq-schema-copy.sh Wed Jun 11 00:03:29 2008 @@ -37,6 +37,9 @@ cp /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-cxf/*/*.xsd $OUT_DIR/cxfEndpoint/ +# Uncomment it when camel 1.4 released +# cp /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-spring-integration/*/*.xsd $OUT_DIR/spring/integration + # Update the default schema with the latest released schema /usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py $OUT_DIR/spring camel-spring.xsd @@ -45,6 +48,8 @@ /usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py $OUT_DIR/cxfEndpoint camel-cxf.xsd +# /usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py $OUT_DIR/spring/integration camel-spring-integration.xsd + # Copy the snapshot schema SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel @@ -55,6 +60,8 @@ /usr/local/bin/python ~/activemq-scripts/copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-osgi $OUT_DIR/osgi +/usr/local/bin/python ~/activemq-scripts/copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-spring-integration $OUT_DIR/spring/integration + /usr/local/bin/python ~/activemq-scripts/copy_snapshot.py /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual /www/activemq.apache.org/camel/manual ".pdf" /usr/local/bin/python ~/activemq-scripts/copy_snapshot.py /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual /www/activemq.apache.org/camel/manual ".html"