mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
Fix mtj deployment
This commit is contained in:
parent
dc2f260999
commit
24eaa5b4b8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if [ "$NEED_RESTART" != "0" ]; then
|
||||||
cp -Rp $IHOME/deploy/ercp/*.jar $IHOME/plugins/ercp/eclipse/plugins/
|
cp -Rp $IHOME/deploy/ercp/*.jar $IHOME/plugins/ercp/eclipse/plugins/
|
||||||
####################### Deploy ercp ##############################
|
####################### Deploy ercp ##############################
|
||||||
rm -rf $IHOME/plugins/mtj/eclipse/plugins/*
|
rm -rf $IHOME/plugins/mtj/eclipse/plugins/*
|
||||||
cp -Rp $IHOME/deploy/mtj/*.jar $IHOME/plugins/mtj/eclipse/plugins/
|
cp -Rp $IHOME/deploy/mtj/plugins/*.jar $IHOME/plugins/mtj/eclipse/plugins/
|
||||||
|
|
||||||
#TODO: not sure if we need to delete the old index to force re-indexing
|
#TODO: not sure if we need to delete the old index to force re-indexing
|
||||||
echo "Deleting old index..."
|
echo "Deleting old index..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue