utilities for restructuring
diff --git a/plugins/org.eclipse.wtp.releng.utilities/snagCommonDirs.sh b/plugins/org.eclipse.wtp.releng.utilities/snagCommonDirs.sh
new file mode 100755
index 0000000..a0331de
--- /dev/null
+++ b/plugins/org.eclipse.wtp.releng.utilities/snagCommonDirs.sh
@@ -0,0 +1,41 @@
+find /cvsroot/webtools -name org.eclipse.wst.internet.proxy >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.internet.proxy.infopop >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.jst.common_core.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.jst.common_sdk.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common_core.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common_sdk.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common_tests.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common_ui.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common_userdoc.feature >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.jem.util >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.jst.common.project.facet.core >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.command.env >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.command.env.core >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.command.env.infopop >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.command.env.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.core >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.emf >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.emfworkbench.integration >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.environment >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.frameworks >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.frameworks.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.infopop >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.modulecore >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.core >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.snippets >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.ui.properties >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.uriresolver >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.internet.cache >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.validation >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.validation.infopop >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.validation.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.core.tests >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.project.facet.ui.tests >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.snippets.tests >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.tests >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.tests.collector >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.tests.performance >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.common.tests.ui >> oldList.txt
+find /cvsroot/webtools -name org.eclipse.wst.internet.cache.tests >> oldList.txt
\ No newline at end of file