1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Deploy NAB plugins to infocenter expanded

This commit is contained in:
Martin Oberhuber 2006-11-14 11:15:17 +00:00
parent 84bbefdf81
commit e1455eb4d1

View file

@ -59,8 +59,8 @@ if [ "$NEED_RESTART" != "0" ]; then
rm $IHOME/plugins/dd.dsf/eclipse/plugins/*
cp -p $IHOME/deploy/dd.dsf/plugins/* $IHOME/plugins/dd.dsf/eclipse/plugins/
####################### Deploy nab ###############################
rm $IHOME/plugins/nab/eclipse/plugins/*
cp -p $IHOME/deploy/nab/plugins/* $IHOME/plugins/nab/eclipse/plugins/
rm -rf $IHOME/plugins/nab/eclipse/plugins/*
cp -Rp $IHOME/deploy/nab/plugins/* $IHOME/plugins/nab/eclipse/plugins/
#TODO: not sure if we need to delete the old index to force re-indexing
echo "Deleting old index..."