Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 76449 invoked from network); 12 Oct 2006 21:40:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 21:40:28 -0000 Received: (qmail 89317 invoked by uid 500); 12 Oct 2006 21:40:27 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 89297 invoked by uid 500); 12 Oct 2006 21:40:27 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 89288 invoked by uid 99); 12 Oct 2006 21:40:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 14:40:27 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 14:40:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 09CD81A981A; Thu, 12 Oct 2006 14:40:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463446 - in /incubator/tuscany/cpp: build_tuscany_sca.bat build_tuscany_sdo.bat Date: Thu, 12 Oct 2006 21:40:06 -0000 To: tuscany-commits@ws.apache.org From: ajborley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061012214007.09CD81A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ajborley Date: Thu Oct 12 14:40:05 2006 New Revision: 463446 URL: http://svn.apache.org/viewvc?view=rev&rev=463446 Log: Fixed incorrect version name Modified: incubator/tuscany/cpp/build_tuscany_sca.bat incubator/tuscany/cpp/build_tuscany_sdo.bat Modified: incubator/tuscany/cpp/build_tuscany_sca.bat URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sca.bat?view=diff&rev=463446&r1=463445&r2=463446 ============================================================================== --- incubator/tuscany/cpp/build_tuscany_sca.bat (original) +++ incubator/tuscany/cpp/build_tuscany_sca.bat Thu Oct 12 14:40:05 2006 @@ -40,7 +40,7 @@ echo Build of SCA started.... set PACKAGE=tuscany_sca_cpp -set VERSION=1.0-incubating-M2 +set VERSION=1.0-incubator-M2 set SRC_PACKAGE=%PACKAGE%-%VERSION%-src set BIN_PACKAGE=%PACKAGE%-%VERSION%-bin Modified: incubator/tuscany/cpp/build_tuscany_sdo.bat URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sdo.bat?view=diff&rev=463446&r1=463445&r2=463446 ============================================================================== --- incubator/tuscany/cpp/build_tuscany_sdo.bat (original) +++ incubator/tuscany/cpp/build_tuscany_sdo.bat Thu Oct 12 14:40:05 2006 @@ -42,7 +42,7 @@ echo Build of SDO started.... set PACKAGE=tuscany_sdo_cpp -set VERSION=1.0-incubating-M2 +set VERSION=1.0-incubator-M2 set SRC_PACKAGE=%PACKAGE%-%VERSION%-src set BIN_PACKAGE=%PACKAGE%-%VERSION%-bin --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org