1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[releng] Regularly deploy TM.terminal.view for infocenter

This commit is contained in:
Martin Oberhuber 2010-11-29 10:18:52 +00:00
parent 64cf40c857
commit aabd70c8e5

View file

@ -65,10 +65,11 @@ if [ -e TM-terminal-latest.zip ]; then
fi
mkdir plugins.tmp
mv eclipse/plugins/org.eclipse.tm.terminal.view_*.jar plugins.tmp
mv eclipse/plugins/org.eclipse.tm.terminal_*.jar plugins.tmp
rm -rf eclipse
NUM=`ls plugins.tmp/*.jar | wc -l`
echo "TM-terminal plugins.tmp: NUM=$NUM"
if [ "$NUM" = "1" ]; then
if [ "$NUM" = "2" ]; then
echo "Doc plugins got successfully, installing from plugins.tmp into plugins..."
if [ -e plugins ]; then
rm -rf plugins