diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-31 17:42:16 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-31 17:42:16 +0000 |
commit | 76cf55f98aad01d77a19330855b1b7712ad7a031 (patch) | |
tree | 20f8300221b496764ad2452436d17f12435d0e29 /sca-cpp/trunk/ubuntu/ubuntu-bin-image | |
parent | b85f56b7c32f101ad41255bde647bbdcd12dd796 (diff) |
Build the expat XML parser separately instead of building it as part of libstrophe.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-image | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-image index c3ef606ed0..4ba1a2fec4 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-image @@ -58,10 +58,6 @@ sudo apt-get -y install libboost-dev libboost-program-options-dev libboost-files if [ "$?" != "0" ]; then exit $? fi -sudo apt-get -y install check -if [ "$?" != "0" ]; then - exit $? -fi sudo apt-get -y install openjdk-6-jdk if [ "$?" != "0" ]; then exit $? |