summaryrefslogtreecommitdiffstats
path: root/cpp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcpp/build.sh20
1 files changed, 1 insertions, 19 deletions
diff --git a/cpp/build.sh b/cpp/build.sh
index 627f0b8e16..da485555d9 100755
--- a/cpp/build.sh
+++ b/cpp/build.sh
@@ -19,31 +19,13 @@
TOPDIR=`pwd`
-if [ x$LIBXML2_INCLUDE = x ]; then
-echo "LIBXML2_INCLUDE not set"
-exit;
-fi
-if [ x$LIBXML2_LIB = x ]; then
-echo "LIBXML2_LIB not set"
-exit;
-fi
-
-if [ x$AXIS2C_HOME = x ]; then
-echo "AXIS2C_HOME not set"
-exit;
-fi
-
# Build SDO
cd sdo
./build.sh
cd $TOPDIR
# Build SCA
-
-if [ x$TUSCANY_SDOCPP = x ]; then
- export TUSCANY_SDOCPP=$TOPDIR/sdo/deploy
-fi
-
cd sca
./build.sh
cd $TOPDIR
+