mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Add dd.dsf docs to infocenter
This commit is contained in:
parent
c1d279a102
commit
f556980f52
2 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,6 @@
|
|||
# Add new Eclipse "extsion locations" to the infocenter
|
||||
#
|
||||
IHOME=/home/infocenter/latest
|
||||
$IHOME/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse
|
||||
$IHOME/infocenter.sh apply
|
||||
|
||||
$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse
|
||||
$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/dd.dsf/eclipse
|
||||
$IHOME/bin/infocenter.sh apply
|
||||
|
|
|
@ -40,8 +40,12 @@ if [ "$NEED_RESTART" != "0" ]; then
|
|||
$IHOME/bin/infocenter.sh shutdown
|
||||
|
||||
echo "Deploying new plug-ins..."
|
||||
######################### Deploy RSE #############################
|
||||
rm $IHOME/plugins/rse/eclipse/plugins/*
|
||||
cp -p $IHOME/deploy/rse/plugins/* $IHOME/plugins/rse/eclipse/plugins/
|
||||
####################### Deploy dd.dsf ############################
|
||||
rm $IHOME/plugins/dd.dsf/eclipse/plugins/*
|
||||
cp -p $IHOME/deploy/dd.dsf/plugins/* $IHOME/plugins/dd.dsf/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