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:
parent
b024922ae0
commit
fde3024478
1 changed files with 3 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue