1
0
Fork 0
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:
Martin Oberhuber 2009-01-20 15:11:24 +00:00
parent fbac4460df
commit bcca237262

View file

@ -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