From commits-return-6784-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon Aug 06 22:26:38 2007 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 26178 invoked from network); 6 Aug 2007 22:26:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 22:26:37 -0000 Received: (qmail 34060 invoked by uid 500); 6 Aug 2007 22:26:36 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 34031 invoked by uid 500); 6 Aug 2007 22:26:36 -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 34022 invoked by uid 99); 6 Aug 2007 22:26:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 15:26:36 -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; Mon, 06 Aug 2007 22:26:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9FF231A981A; Mon, 6 Aug 2007 15:26:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r563311 - /activemq/scripts/activemq-schema-copy.sh Date: Mon, 06 Aug 2007 22:26:09 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070806222609.9FF231A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Mon Aug 6 15:26:08 2007 New Revision: 563311 URL: http://svn.apache.org/viewvc?view=rev&rev=563311 Log: avoided trying to copy non-existent html files 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?view=diff&rev=563311&r1=563310&r2=563311 ============================================================================== --- activemq/scripts/activemq-schema-copy.sh (original) +++ activemq/scripts/activemq-schema-copy.sh Mon Aug 6 15:26:08 2007 @@ -34,5 +34,5 @@ # TODO uncomment when Camel 1.0 is released cp $SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/ -cp $SCHEMA_DIR/*.html $OUT_DIR/spring/ +#cp $SCHEMA_DIR/*.html $OUT_DIR/spring/ cp $SNAPSHOT_SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/