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:
parent
edcfe1b876
commit
7779274ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -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 $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue