mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 15:23:59 +02:00
8 lines
190 B
Bash
Executable file
8 lines
190 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# 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
|
|
|