Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 90699 invoked from network); 19 Oct 2007 15:16:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 15:16:00 -0000 Received: (qmail 24447 invoked by uid 500); 19 Oct 2007 15:15:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 24390 invoked by uid 500); 19 Oct 2007 15:15:48 -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 24378 invoked by uid 99); 19 Oct 2007 15:15:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 08:15:48 -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; Fri, 19 Oct 2007 15:15:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7AB071A9832; Fri, 19 Oct 2007 08:15:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r586497 - /activemq/scripts/activemq-schema-copy.sh Date: Fri, 19 Oct 2007 15:15:39 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071019151539.7AB071A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Fri Oct 19 08:15:38 2007 New Revision: 586497 URL: http://svn.apache.org/viewvc?rev=586497&view=rev Log: disabled the osgi snapshot copy as we don't use the m1 repo currently 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=586497&r1=586496&r2=586497&view=diff ============================================================================== --- activemq/scripts/activemq-schema-copy.sh (original) +++ activemq/scripts/activemq-schema-copy.sh Fri Oct 19 08:15:38 2007 @@ -37,4 +37,6 @@ SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m1-snapshot-repository/org.apache.camel/xsds cp $SNAPSHOT_SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/ -cp $SNAPSHOT_SCHEMA_DIR/camel-osgi*.xsd* $OUT_DIR/osgi/ + +# TODO we no longer use the m1 deployments? +#cp $SNAPSHOT_SCHEMA_DIR/camel-osgi*.xsd* $OUT_DIR/osgi/