1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00
cdt/releng/org.eclipse.rse.releng.infocenter/addSites.sh
2007-11-12 17:27:30 +00:00

20 lines
934 B
Bash
Executable file

#!/bin/sh
#*******************************************************************************
# Copyright (c) 2006, 2007 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
#*******************************************************************************
#
# Add new Eclipse "extension 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 addSite -from $IHOME/plugins/nab/eclipse
$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/ercp/eclipse
$IHOME/bin/infocenter.sh apply