Adjust build to new locations of Qpid and Vysper distros.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2011-04-17 22:13:39 +00:00
commit 7779274ac9

View file

@ -171,7 +171,7 @@ sudo apt-get -y install libboost-dev libboost-program-options-dev libboost-files
if [ "$?" != "0" ]; then
exit $?
fi
wget http://www.apache.org/dist/qpid/0.6/qpid-cpp-0.6.tar.gz
wget http://archive.apache.org/dist/qpid/0.6/qpid-cpp-0.6.tar.gz
tar xzf qpid-cpp-0.6.tar.gz
cd qpidc-0.6
./configure --prefix=$build/qpidc-0.6-bin
@ -199,7 +199,7 @@ sudo apt-get -y install openjdk-6-jdk
if [ "$?" != "0" ]; then
exit $?
fi
wget http://www.apache.org/dist/mina/vysper/0.6/vysper-0.6-bin.tar.gz
wget http://archive.apache.org/dist/mina/vysper/0.6/vysper-0.6-bin.tar.gz
tar xzf vysper-0.6-bin.tar.gz
if [ "$?" != "0" ]; then
exit $?