mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +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..."
|
echo "Deploying new plug-ins..."
|
||||||
######################### Deploy all #############################
|
######################### Deploy all #############################
|
||||||
for COMP in rse dd.dsf nab ercp mtj ; do
|
for COMP in rse dd.dsf nab ercp mtj ; do
|
||||||
if [ ! -d "$ECL_DIR/eclipse/dropins/${COMP}" ]; then
|
if [ -d "$ECL_DIR/eclipse/dropins/${COMP}" ]; then
|
||||||
mkdir "$ECL_DIR/eclipse/dropins/${COMP}"
|
rm -rf "$ECL_DIR/eclipse/dropins/${COMP}"
|
||||||
else
|
|
||||||
rm -rf "$ECL_DIR/eclipse/dropins/${COMP}"/*
|
|
||||||
fi
|
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
|
done
|
||||||
|
|
||||||
#TODO: not sure if we need to delete the old index to force re-indexing
|
#TODO: not sure if we need to delete the old index to force re-indexing
|
||||||
|
|
Loading…
Add table
Reference in a new issue