blob: 0a5bbae35c672cb9dc5c75d7d4517430a8f32751 [file] [log] [blame]
david_williams9826bfe2007-11-05 00:58:00 +00001#!/bin/sh
nickboldt03a6f082019-02-12 15:17:11 -05002#*******************************************************************************
3# Copyright (c) 2007, 2019 IBM Corporation and others.
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12# IBM Corporation - initial API and implementation
13#*******************************************************************************
david_williams9826bfe2007-11-05 00:58:00 +000014
15. mainparams.shsource
16. copyAndRemove.sh
17
david_williams56374422007-11-12 09:03:46 +000018echo;
19echo " performing $0";
20echo;
21
david_williams9826bfe2007-11-05 00:58:00 +000022# be sure these are done before jee
23newDir=${oldcvsdir}/org.eclipse.jsf/components/jsf/features
24oldDir=${oldcvsdir}/jst/components/web/features/org.eclipse.jst.webpageeditor.feature
25copyAndRemove $oldDir $newDir
26
27oldDir=${oldcvsdir}/jst/components/web/features/org.eclipse.jst.webpageeditor_sdk.feature
28copyAndRemove $oldDir $newDir