2006-07-20 10:47:33 +00:00
|
|
|
#!/bin/sh
|
2006-07-20 11:49:42 +00:00
|
|
|
#
|
|
|
|
# Add new Eclipse "extsion locations" to the infocenter
|
|
|
|
#
|
2006-07-20 10:47:33 +00:00
|
|
|
IHOME=/home/infocenter/latest
|
|
|
|
$IHOME/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse
|
|
|
|
$IHOME/infocenter.sh apply
|
|
|
|
|