Author: shankar
Date: Mon May  4 11:48:09 2009
New Revision: 771274

URL: http://svn.apache.org/viewvc?rev=771274&view=rev
Log:
adding linux build file

Added:
    incubator/stonehenge/trunk/stocktrader/php/build.sh   (with props)

Added: incubator/stonehenge/trunk/stocktrader/php/build.sh
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/build.sh?rev=771274&view=auto
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/build.sh (added)
+++ incubator/stonehenge/trunk/stocktrader/php/build.sh Mon May  4 11:48:09 2009
@@ -0,0 +1,29 @@
+#!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+mkdir -p php_stocktrader
+cp -r business_service php_stocktrader/business_service
+cp -r config_service php_stocktrader/config_service
+cp -r order_processor php_stocktrader/order_processor
+cp -r trader_client php_stocktrader/trader_client
+cp -r resources php_stocktrader/resources
+cp -r data_layer php_stocktrader/data_layer
+
+cd php_stocktrader
+rm -rf `find . -type d -name .svn`
+cd ..
+
+

Propchange: incubator/stonehenge/trunk/stocktrader/php/build.sh
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to