2006-07-20 10:47:33 +00:00
|
|
|
#!/bin/sh
|
2006-09-20 11:53:43 +00:00
|
|
|
#*******************************************************************************
|
|
|
|
# Copyright (c) 2006 Wind River Systems, Inc.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Martin Oberhuber - initial API and implementation
|
|
|
|
#*******************************************************************************
|
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
|
2006-07-31 17:29:37 +00:00
|
|
|
$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
|