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:
parent
84bbefdf81
commit
e1455eb4d1
1 changed files with 2 additions and 2 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue