summaryrefslogtreecommitdiffstats
path: root/cpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh')
-rwxr-xr-xcpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh48
1 files changed, 0 insertions, 48 deletions
diff --git a/cpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh b/cpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh
deleted file mode 100755
index de34f1b42a..0000000000
--- a/cpp/sca/samples/PHPCalculator/sample.calculator.client/env.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/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.
-
-export AXIS2C_HOME=/home/slaws/apps/axis2c-bin-0.96-linux
-
-export LIBXML2_LIB=/usr/lib
-export LIBXML2_INCLUDE=/usr/include/libxml2
-
-export PHP_LIB=/usr/local/lib
-export PHP_INCLUDE=/usr/local/include/php
-
-export PHP_SCA_SDO_INCLUDE=/home/slaws/phpbuild-5-2/pecl/SDO
-export PHP_SCA_SDO_LIB=$PHP_LIB/php/extensions/no-debug-zts-20060613/
-
-export TUSCANY_SDOCPP=/sdo/deploy
-export TUSCANY_SCACPP=/usr/local/tuscany/cpp/sca/deploy
-
-export LD_LIBRARY_PATH=$LIBXML2_LIB:\
-$AXIS2C_HOME/lib:\
-$PHP_LIB:\
-$TUSCANY_SDOCPP/lib:\
-$TUSCANY_SCACPP/lib:\
-$TUSCANY_SCACPP/extensions/cpp/lib:\
-$TUSCANY_SCACPP/extensions/php/lib:\
-$TUSCANY_SCACPP/extensions/ws/lib:\
-$TUSCANY_SCACPP/samples/PHPCalculator/deploy/sample.calculator:\
-$PHP_SCA_SDO_LIB
-
-export TUSCANY_SCACPP_LOGGING=9
-export TUSCANY_SCACPP_ROOT=/usr/local/tuscany/cpp/sca/deploy/samples/PHPCalculator
-
-export PATH=.:$PATH