From stonehenge-commits-return-123-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Wed Feb 11 07:51:03 2009 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 54459 invoked from network); 11 Feb 2009 07:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 07:51:03 -0000 Received: (qmail 35009 invoked by uid 500); 11 Feb 2009 07:51:03 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 34993 invoked by uid 500); 11 Feb 2009 07:51:03 -0000 Mailing-List: contact stonehenge-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stonehenge-dev@incubator.apache.org Delivered-To: mailing list stonehenge-commits@incubator.apache.org Received: (qmail 34982 invoked by uid 99); 11 Feb 2009 07:51:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:51:03 -0800 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 Feb 2009 07:51:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4B96323888F4; Wed, 11 Feb 2009 07:50:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r743261 - /incubator/stonehenge/trunk/stocktrader/php/build.bat Date: Wed, 11 Feb 2009 07:50:42 -0000 To: stonehenge-commits@incubator.apache.org From: shankar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090211075042.4B96323888F4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shankar Date: Wed Feb 11 07:50:41 2009 New Revision: 743261 URL: http://svn.apache.org/viewvc?rev=743261&view=rev Log: Adding PHP packing scripts Added: incubator/stonehenge/trunk/stocktrader/php/build.bat Added: incubator/stonehenge/trunk/stocktrader/php/build.bat URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/build.bat?rev=743261&view=auto ============================================================================== --- incubator/stonehenge/trunk/stocktrader/php/build.bat (added) +++ incubator/stonehenge/trunk/stocktrader/php/build.bat Wed Feb 11 07:50:41 2009 @@ -0,0 +1,12 @@ +@echo off + +mkdir php_stocktrader +xcopy /E /I /Y business_service php_stocktrader\business_service +xcopy /E /I /Y config_service php_stocktrader\config_service +xcopy /E /I /Y order_processor php_stocktrader\order_processor +xcopy /E /I /Y trader_client php_stocktrader\trader_client +xcopy /E /I /Y resources php_stocktrader\resources + +@echo on + +