blob: 9a15c9dd50c53b4af82aaf0f7ae4faf72db66134 [file] [log] [blame]
david_williams4e08c5c2007-10-23 22:32:49 +00001#!/bin/sh
2
david_williams1c1a8d62007-11-14 00:57:36 +00003. mainparams.shsource
4. copyAndRemove.sh
5
6echo;
7echo " performing $0";
8echo;
9
david_williams4e08c5c2007-10-23 22:32:49 +000010# This file is not needed on a regular basis, but was used at one point to get the
11# full patch of module names
12
13# first one creates new oldList file, the rest append to it.
david_williams1c1a8d62007-11-14 00:57:36 +000014find ${oldcvsdir} -name org.eclipse.wst.internet.proxy > oldList.txt
15find ${oldcvsdir} -name org.eclipse.wst.internet.proxy.infopop >> oldList.txt
16find ${oldcvsdir} -name org.eclipse.jst.common_core.feature >> oldList.txt
17find ${oldcvsdir} -name org.eclipse.jst.common_sdk.feature >> oldList.txt
18find ${oldcvsdir} -name org.eclipse.wst.common_core.feature >> oldList.txt
19find ${oldcvsdir} -name org.eclipse.wst.common_sdk.feature >> oldList.txt
20find ${oldcvsdir} -name org.eclipse.wst.common_tests.feature >> oldList.txt
21find ${oldcvsdir} -name org.eclipse.wst.common_ui.feature >> oldList.txt
22find ${oldcvsdir} -name org.eclipse.wst.common_userdoc.feature >> oldList.txt
23find ${oldcvsdir} -name org.eclipse.jem.util >> oldList.txt
24find ${oldcvsdir} -name org.eclipse.jst.common.project.facet.core >> oldList.txt
25find ${oldcvsdir} -name org.eclipse.wst.command.env >> oldList.txt
26find ${oldcvsdir} -name org.eclipse.wst.command.env.core >> oldList.txt
27find ${oldcvsdir} -name org.eclipse.wst.command.env.infopop >> oldList.txt
28find ${oldcvsdir} -name org.eclipse.wst.command.env.ui >> oldList.txt
29find ${oldcvsdir} -name org.eclipse.wst.common.core >> oldList.txt
30find ${oldcvsdir} -name org.eclipse.wst.common.emf >> oldList.txt
31find ${oldcvsdir} -name org.eclipse.wst.common.emfworkbench.integration >> oldList.txt
32find ${oldcvsdir} -name org.eclipse.wst.common.environment >> oldList.txt
33find ${oldcvsdir} -name org.eclipse.wst.common.frameworks >> oldList.txt
34find ${oldcvsdir} -name org.eclipse.wst.common.frameworks.ui >> oldList.txt
35find ${oldcvsdir} -name org.eclipse.wst.common.infopop >> oldList.txt
36find ${oldcvsdir} -name org.eclipse.wst.common.modulecore >> oldList.txt
37find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.core >> oldList.txt
38find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.ui >> oldList.txt
39find ${oldcvsdir} -name org.eclipse.wst.common.snippets >> oldList.txt
40find ${oldcvsdir} -name org.eclipse.wst.common.ui >> oldList.txt
41find ${oldcvsdir} -name org.eclipse.wst.common.ui.properties >> oldList.txt
42find ${oldcvsdir} -name org.eclipse.wst.common.uriresolver >> oldList.txt
43find ${oldcvsdir} -name org.eclipse.wst.internet.cache >> oldList.txt
44find ${oldcvsdir} -name org.eclipse.wst.validation >> oldList.txt
45find ${oldcvsdir} -name org.eclipse.wst.validation.infopop >> oldList.txt
46find ${oldcvsdir} -name org.eclipse.wst.validation.ui >> oldList.txt
47find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.core.tests >> oldList.txt
48find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.ui.tests >> oldList.txt
49find ${oldcvsdir} -name org.eclipse.wst.common.snippets.tests >> oldList.txt
50find ${oldcvsdir} -name org.eclipse.wst.common.tests >> oldList.txt
51find ${oldcvsdir} -name org.eclipse.wst.common.tests.collector >> oldList.txt
52find ${oldcvsdir} -name org.eclipse.wst.common.tests.performance >> oldList.txt
53find ${oldcvsdir} -name org.eclipse.wst.common.tests.ui >> oldList.txt
54find ${oldcvsdir} -name org.eclipse.wst.internet.cache.tests >> oldList.txt