blob: dc70e8be6e661fd0522c083b22fcd66bdf05211c [file] [log] [blame]
david_williams4e08c5c2007-10-23 22:32:49 +00001#!/bin/sh
2
3# This file is not needed on a regular basis, but was used at one point to get the
4# full patch of module names
5
6# first one creates new oldList file, the rest append to it.
7find /cvsroot/webtools -name org.eclipse.wst.internet.proxy > oldList.txt
david_williamsb1a981c2007-10-23 19:55:06 +00008find /cvsroot/webtools -name org.eclipse.wst.internet.proxy.infopop >> oldList.txt
9find /cvsroot/webtools -name org.eclipse.jst.common_core.feature >> oldList.txt
10find /cvsroot/webtools -name org.eclipse.jst.common_sdk.feature >> oldList.txt
11find /cvsroot/webtools -name org.eclipse.wst.common_core.feature >> oldList.txt
12find /cvsroot/webtools -name org.eclipse.wst.common_sdk.feature >> oldList.txt
13find /cvsroot/webtools -name org.eclipse.wst.common_tests.feature >> oldList.txt
14find /cvsroot/webtools -name org.eclipse.wst.common_ui.feature >> oldList.txt
15find /cvsroot/webtools -name org.eclipse.wst.common_userdoc.feature >> oldList.txt
16find /cvsroot/webtools -name org.eclipse.jem.util >> oldList.txt
17find /cvsroot/webtools -name org.eclipse.jst.common.project.facet.core >> oldList.txt
18find /cvsroot/webtools -name org.eclipse.wst.command.env >> oldList.txt
19find /cvsroot/webtools -name org.eclipse.wst.command.env.core >> oldList.txt
20find /cvsroot/webtools -name org.eclipse.wst.command.env.infopop >> oldList.txt
21find /cvsroot/webtools -name org.eclipse.wst.command.env.ui >> oldList.txt
22find /cvsroot/webtools -name org.eclipse.wst.common.core >> oldList.txt
23find /cvsroot/webtools -name org.eclipse.wst.common.emf >> oldList.txt
24find /cvsroot/webtools -name org.eclipse.wst.common.emfworkbench.integration >> oldList.txt
25find /cvsroot/webtools -name org.eclipse.wst.common.environment >> oldList.txt
26find /cvsroot/webtools -name org.eclipse.wst.common.frameworks >> oldList.txt
27find /cvsroot/webtools -name org.eclipse.wst.common.frameworks.ui >> oldList.txt
28find /cvsroot/webtools -name org.eclipse.wst.common.infopop >> oldList.txt
29find /cvsroot/webtools -name org.eclipse.wst.common.modulecore >> oldList.txt
30find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.core >> oldList.txt
31find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.ui >> oldList.txt
32find /cvsroot/webtools -name org.eclipse.wst.common.snippets >> oldList.txt
33find /cvsroot/webtools -name org.eclipse.wst.common.ui >> oldList.txt
34find /cvsroot/webtools -name org.eclipse.wst.common.ui.properties >> oldList.txt
35find /cvsroot/webtools -name org.eclipse.wst.common.uriresolver >> oldList.txt
36find /cvsroot/webtools -name org.eclipse.wst.internet.cache >> oldList.txt
37find /cvsroot/webtools -name org.eclipse.wst.validation >> oldList.txt
38find /cvsroot/webtools -name org.eclipse.wst.validation.infopop >> oldList.txt
39find /cvsroot/webtools -name org.eclipse.wst.validation.ui >> oldList.txt
40find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.core.tests >> oldList.txt
41find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.ui.tests >> oldList.txt
42find /cvsroot/webtools -name org.eclipse.wst.common.snippets.tests >> oldList.txt
43find /cvsroot/webtools -name org.eclipse.wst.common.tests >> oldList.txt
44find /cvsroot/webtools -name org.eclipse.wst.common.tests.collector >> oldList.txt
45find /cvsroot/webtools -name org.eclipse.wst.common.tests.performance >> oldList.txt
46find /cvsroot/webtools -name org.eclipse.wst.common.tests.ui >> oldList.txt
47find /cvsroot/webtools -name org.eclipse.wst.internet.cache.tests >> oldList.txt