1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 06:35:50 +02:00

Prepare for deploying NAB on dsdp infocenter

This commit is contained in:
Martin Oberhuber 2006-11-03 15:38:45 +00:00
parent b024922ae0
commit fde3024478

View file

@ -58,6 +58,9 @@ if [ "$NEED_RESTART" != "0" ]; then
####################### Deploy dd.dsf ############################
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/
#TODO: not sure if we need to delete the old index to force re-indexing
echo "Deleting old index..."