mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
8 lines
266 B
Bash
Executable file
8 lines
266 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Add new Eclipse "extsion locations" to the infocenter
|
|
#
|
|
IHOME=/home/infocenter/latest
|
|
$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
|