mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[releng] Install RXTX into dropins
This commit is contained in:
parent
78423421cc
commit
523c8a3683
1 changed files with 3 additions and 1 deletions
|
@ -135,11 +135,13 @@ if [ ! -f eclipse/plugins/org.junit_3.8.2.v20080327/junit.jar ]; then
|
||||||
unzip -o eclipse-test-framework-${ep_ver}.zip
|
unzip -o eclipse-test-framework-${ep_ver}.zip
|
||||||
rm eclipse-test-framework-${ep_ver}.zip
|
rm eclipse-test-framework-${ep_ver}.zip
|
||||||
fi
|
fi
|
||||||
if [ ! -f eclipse/plugins/gnu.io.rxtx_2.1.7.4_v20071016.jar ]; then
|
if [ ! -f eclipse/dropins/eclipse/plugins/gnu.io.rxtx_2.1.7.4_v20071016.jar ]; then
|
||||||
echo "Getting RXTX..."
|
echo "Getting RXTX..."
|
||||||
|
cd eclipse/dropins
|
||||||
wget "http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip"
|
wget "http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip"
|
||||||
unzip -o RXTX-SDK-I20071016-1945.zip
|
unzip -o RXTX-SDK-I20071016-1945.zip
|
||||||
rm RXTX-SDK-I20071016-1945.zip
|
rm RXTX-SDK-I20071016-1945.zip
|
||||||
|
cd ../..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# checkout the basebuilder
|
# checkout the basebuilder
|
||||||
|
|
Loading…
Add table
Reference in a new issue