mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
Migrate infocenter to 3.5
This commit is contained in:
parent
fbac4460df
commit
bcca237262
1 changed files with 4 additions and 5 deletions
|
@ -85,12 +85,11 @@ if [ "$NEED_RESTART" != "0" ]; then
|
|||
echo "Deploying new plug-ins..."
|
||||
######################### Deploy all #############################
|
||||
for COMP in rse dd.dsf nab ercp mtj ; do
|
||||
if [ ! -d "$ECL_DIR/eclipse/dropins/${COMP}" ]; then
|
||||
mkdir "$ECL_DIR/eclipse/dropins/${COMP}"
|
||||
else
|
||||
rm -rf "$ECL_DIR/eclipse/dropins/${COMP}"/*
|
||||
if [ -d "$ECL_DIR/eclipse/dropins/${COMP}" ]; then
|
||||
rm -rf "$ECL_DIR/eclipse/dropins/${COMP}"
|
||||
fi
|
||||
cp -Rp $IHOME/deploy/${COMP}/plugins/* "$ECL_DIR/eclipse/dropins/${COMP}"/
|
||||
mkdir -p "$ECL_DIR/eclipse/dropins/${COMP}/eclipse"
|
||||
cp -Rp $IHOME/deploy/${COMP}/plugins "$ECL_DIR/eclipse/dropins/${COMP}/eclipse/"
|
||||
done
|
||||
|
||||
#TODO: not sure if we need to delete the old index to force re-indexing
|
||||
|
|
Loading…
Add table
Reference in a new issue