mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
[releng] Regularly deploy TM.terminal.view for infocenter
This commit is contained in:
parent
aabd70c8e5
commit
640c73fae8
2 changed files with 15 additions and 5 deletions
|
@ -21,9 +21,17 @@ if [ "$IHOME" = "" ]; then
|
|||
fi
|
||||
# prepare the base Eclipse installation in folder "eclipse"
|
||||
ECL_DIR=$IHOME/eclipse
|
||||
ep_rel=S
|
||||
ep_ver=3.7M3
|
||||
ep_date=201010281441
|
||||
#ep_rel=S
|
||||
#ep_ver=3.7M3
|
||||
#ep_date=201010281441
|
||||
#ep_swtver=3.7.0.v3712b
|
||||
|
||||
#Use 3.6.1 base for now because 3.7M3 seems unreliable with long delay over network
|
||||
ep_rel=R
|
||||
ep_ver=3.6.1
|
||||
ep_date=201009090800
|
||||
ep_swtver=3.6.1.v3655c
|
||||
|
||||
uname_s=`uname -s`
|
||||
uname_m=`uname -m`
|
||||
case ${uname_s}${uname_m} in
|
||||
|
@ -39,7 +47,7 @@ case ${uname_s}${uname_m} in
|
|||
esac
|
||||
|
||||
P2_no_dropins=false
|
||||
if [ ! -f ${ECL_DIR}/eclipse/plugins/org.eclipse.swt_3.7.0.v3712b.jar ]; then
|
||||
if [ ! -f ${ECL_DIR}/eclipse/plugins/org.eclipse.swt_${ep_swtver}.jar ]; then
|
||||
if [ ! -d ${ECL_DIR} ]; then
|
||||
mkdir -p ${ECL_DIR}
|
||||
else
|
||||
|
|
|
@ -119,7 +119,9 @@ if [ "$NEED_RESTART" != "0" ]; then
|
|||
|
||||
#TODO: not sure if we need to delete the old index to force re-indexing
|
||||
echo "Deleting old index..."
|
||||
rm -rf $IHOME/config/org.eclipse.help.base
|
||||
#rm -rf $IHOME/config/org.eclipse.help.base
|
||||
rm -rf $IHOME/eclipse/eclipse/configuration/org.eclipse.help.base
|
||||
rm -rf $IHOME/workspace
|
||||
|
||||
cd $IHOME
|
||||
echo "Restarting infocenter..."
|
||||
|
|
Loading…
Add table
Reference in a new issue