From cde171238a62a259ac51fe4f417b7843d56029ef Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 14 Nov 2007 05:36:42 +0000
Subject: [PATCH] sed scripts

---
 plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh b/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh
index 73a93cc8e..ae417f298 100644
--- a/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh
+++ b/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh
@@ -63,6 +63,7 @@ find ${oldcvsdir} -name org.eclipse.jst.j2ee.ui >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.j2ee.web >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.j2ee.webservice >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.j2ee.webservice.ui >> allList.txt
+find ${oldcvsdir} -name org.eclipse.jst.jee >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.jee.ejb >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.jee.ui >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.jee.web >> allList.txt
@@ -147,7 +148,6 @@ find ${oldcvsdir} -name org.eclipse.jst.ws.ui >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.ws.axis.consumption.core.tests >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.ws.tests >> allList.txt
 find ${oldcvsdir} -name org.eclipse.jst.ws.tests.performance >> allList.txt
-find ${oldcvsdir} -name org.eclipse.perfmsr.core >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wtp.releng.tests >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wtp.releng.tests.feature >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wtp.releng.tools.component.core >> allList.txt
@@ -312,6 +312,7 @@ find ${oldcvsdir} -name org.eclipse.wst.server_userdoc.feature >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.core >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.http.core >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.http.ui >> allList.txt
+find ${oldcvsdir} -name org.eclipse.wst.server.preview >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.preview.adapter >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.ui >> allList.txt
 find ${oldcvsdir} -name org.eclipse.wst.server.core.tests >> allList.txt
-- 
GitLab