diff --git a/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh b/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh index 16e03618506f533118042fc8ab756e7768275904..5055f9522ae6d8e86bbb8ad1d36240e0a60458e5 100644 --- a/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh +++ b/plugins/org.eclipse.wtp.releng.utilities/allcomponentsSnag.sh @@ -11,327 +11,373 @@ echo; # full patch of module names # first one creates new oldList file, the rest append to it. -find ${oldcvsdir} -name org.eclipse.jst.feature > allList.txt -find ${oldcvsdir} -name org.eclipse.jst.sdk >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wtp.patch.assembly.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wtp.patch.tests.assembly.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common_core.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common.annotations.controller >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common.annotations.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common.annotations.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common.frameworks >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.common.project.facet.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.doc.isv.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.doc.user.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.doc.isv >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ejb.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.servlet.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.consumption.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.consumption.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.enterprise_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.enterprise_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.enterprise_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.enterprise_ui.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.enterprise_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ejb.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ejb.annotation.model >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ejb.annotations.emitter >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ejb.annotations.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ejb.annotations.xdoclet >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.xdoclet.runtime >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ejb >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.jca.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.navigator.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.webservice.ui >> 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 -find ${oldcvsdir} -name org.eclipse.jst.standard.schemas >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.core.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.j2ee.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.validation.sample >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.validation.test >> allList.txt -find ${oldcvsdir} -name com.ibm.etools.emf.event >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.sdk-feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.beaninfo >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.proxy >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.util >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.workbench >> allList.txt -find ${oldcvsdir} -name org.eclipse.jem.tests-feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.web_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.web_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.web_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.web_ui.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.web_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.tests.encoding >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.jsp.ui.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_adapters.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_adapters.sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_core.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_ui.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.jboss >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.jonas >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.oc4j >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.weblogic >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.installable >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.preview.adapter >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.tomcat.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.tomcat.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.websphere.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.generic.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.tomcat.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.tomcat.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.tomcat.ui.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.server.ui.tests >> allList.txt -find ${oldcvsdir} -name org.apache.cactus >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.servlet.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.servlet.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.webpageeditor.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.webpageeditor_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis.consumption.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis.consumption.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis.creation.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.consumption.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.consumption.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.creation.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.creation.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.axis2.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.consumption.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.creation.ejb.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.creation.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.jst.ws.uddiregistry >> allList.txt -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.performance >> 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 -find ${oldcvsdir} -name org.eclipse.wtp.releng.tools.component.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wtp.releng.wtpbuilder >> allList.txt -find ${oldcvsdir} -name org.eclipse.wtp.releng.tools >> allList.txt -find ${oldcvsdir} -name org.apache.axis.feature >> allList.txt -find ${oldcvsdir} -name org.apache.commons_logging.feature >> allList.txt -find ${oldcvsdir} -name org.apache.jakarta_log4j.feature >> allList.txt -find ${oldcvsdir} -name org.apache.wsil4j.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sdk >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.tests.feature >> allList.txt -find ${oldcvsdir} -name org.uddi4j.feature >> allList.txt -find ${oldcvsdir} -name org.wsdl4j.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.command.env.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.command.env.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common_ui.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.emfworkbench.integration >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.environment >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.frameworks.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.modulecore >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.snippets >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.ui.properties >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.uriresolver >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.project.facet.ui.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.snippets.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.tests.collector >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.tests.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.css.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.css.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.css.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.css.tests.encoding >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.css.ui.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.doc.isv.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.doc.user.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.command.env.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.command.env.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.common.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.datatools.connection.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.datatools.data.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.datatools.fe.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.datatools.server.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.doc.isv >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.dtd.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.dtdeditor.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.proxy.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.javascript.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.connection.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.fe.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.outputview.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.server.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.sqleditor.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sqleditor.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.validation.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.webtools.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsi.ui.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.ui.infopop >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xmleditor.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xsdeditor.doc.user >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.dtd.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.dtd.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.dtd.ui.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.tests.encoding >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.ui.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.html.standard.dtds >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.cache >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.monitor.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.monitor.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.proxy >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.cache.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.monitor.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.internet.monitor.ui.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.javascript.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.javascript.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.doc >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.manipulation >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.support.firefox >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.support.ie >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.web.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.web.support.jsp >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.jsdt.web.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_adapters.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_ui.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.connection.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.core.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.data.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.data.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.db2.iseries >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.db2.luw >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.db2.zseries >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.derby >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.generic.jdbc >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.informix >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.mysql >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.oracle >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.sqlserver >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.dbdefinition.sybase >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.derby.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.fe.ui.actions >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.models.dbdefinition >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.models.sql.edit >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.mysql >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.outputview >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.server.extensions >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.server.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.sqleditor >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.sqlscrapbook >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.tests.dbdefinition >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.rdb.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_adapters.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_adapters.sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server_ui.feature >> allList.txt -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.adapter >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.http.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.server.ui.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.sse.ui.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.validation.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web_core.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web_ui.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.standard.schemas >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.web.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws_core.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws_ui.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.explorer >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.parser >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.service.policy.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.ws.tests >> allList.txt -find ${oldcvsdir} -name org.apache.axis >> allList.txt -find ${oldcvsdir} -name org.apache.commons_logging >> allList.txt -find ${oldcvsdir} -name org.apache.jakarta_log4j >> allList.txt -find ${oldcvsdir} -name org.apache.wsil4j >> allList.txt -find ${oldcvsdir} -name org.uddi4j >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.validation >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.tests.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsdl.validation.tests >> allList.txt -find ${oldcvsdir} -name org.wsdl4j >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsi.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.wsi.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml_core.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml_sdk.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml_tests.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml_ui.feature.patch >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml_userdoc.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.core.tests >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.tests.encoding >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.ui.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xml.validation.tests >> allList.txt -find ${oldcvsdir} -name org.apache.xerces.feature >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xsd.core >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xsd.ui >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xsd.tests.performance >> allList.txt -find ${oldcvsdir} -name org.eclipse.wst.xsd.validation.tests >> allList.txt +find ${oldcvsdir} -name jst/components/assembly/features/org.eclipse.jst.feature > allList.txt +find ${oldcvsdir} -name jst/components/assembly/features/org.eclipse.jst.sdk >> allList.txt +find ${oldcvsdir} -name jst/components/assembly/features/org.eclipse.jst.tests >> allList.txt +find ${oldcvsdir} -name jst/components/assembly/features/org.eclipse.wtp.patch.assembly.feature >> allList.txt +find ${oldcvsdir} -name jst/components/assembly/features/org.eclipse.wtp.patch.tests.assembly.feature >> allList.txt +find ${oldcvsdir} -name jst/components/assembly/plugins/org.eclipse.jst >> allList.txt +find ${oldcvsdir} -name jst/components/common/features/org.eclipse.jst.common_core.feature >> allList.txt +find ${oldcvsdir} -name jst/components/common/features/org.eclipse.jst.common_sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/common/plugins/org.eclipse.jst.common.annotations.controller >> allList.txt +find ${oldcvsdir} -name jst/components/common/plugins/org.eclipse.jst.common.annotations.core >> allList.txt +find ${oldcvsdir} -name jst/components/common/plugins/org.eclipse.jst.common.annotations.ui >> allList.txt +find ${oldcvsdir} -name jst/components/common/plugins/org.eclipse.jst.common.frameworks >> allList.txt +find ${oldcvsdir} -name jst/components/common/plugins/org.eclipse.jst.common.project.facet.core >> allList.txt +find ${oldcvsdir} -name jst/components/doc/features/org.eclipse.jst.doc.isv.feature >> allList.txt +find ${oldcvsdir} -name jst/components/doc/features/org.eclipse.jst.doc.user.feature >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.doc.isv >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ejb.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.j2ee.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.j2ee.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.jsp.ui.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.server.ui.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.server.ui.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.servlet.ui.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.axis.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.axis.ui.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.consumption.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.consumption.ui.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.doc.user >> allList.txt +find ${oldcvsdir} -name jst/components/doc/plugins/org.eclipse.jst.ws.infopop >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_core.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_core.feature.patch >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_tests.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_ui.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_ui.feature.patch >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/features/org.eclipse.jst.enterprise_userdoc.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.ejb.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotation.model >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet >> allList.txt +find ${oldcvsdir} -name jst/components/ejb/plugins/org.eclipse.jst.j2ee.xdoclet.runtime >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.core >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.ejb >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.jca >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.jca.ui >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.navigator.ui >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.ui >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.web >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.webservice >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.j2ee.webservice.ui >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.jee.ejb >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.jee.ui >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.jee.web >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/plugins/org.eclipse.jst.standard.schemas >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.j2ee.core.tests >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.j2ee.core.tests.performance >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.j2ee.tests >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.j2ee.tests.performance >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.validation.sample >> allList.txt +find ${oldcvsdir} -name jst/components/j2ee/tests/org.eclipse.jst.validation.test >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem-feature >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem-feature/com.ibm.etools.emf.event >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem-feature/org.eclipse.jem.sdk >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem-feature/org.eclipse.jem.sdk-feature >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem.beaninfo >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem.proxy >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem.ui >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem.util >> allList.txt +find ${oldcvsdir} -name jst/components/jem/org.eclipse.jem.workbench >> allList.txt +find ${oldcvsdir} -name jst/components/jem/tests/org.eclipse.jem.tests >> allList.txt +find ${oldcvsdir} -name jst/components/jem/tests/org.eclipse.jem.tests-feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_core.feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_core.feature.patch >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_tests.feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_ui.feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/features/org.eclipse.jst.web_userdoc.feature >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/plugins/org.eclipse.jst.jsp.core >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/plugins/org.eclipse.jst.jsp.ui >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/tests/org.eclipse.jst.jsp.core.tests >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/tests/org.eclipse.jst.jsp.tests.encoding >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/tests/org.eclipse.jst.jsp.ui.tests >> allList.txt +find ${oldcvsdir} -name jst/components/jsp/tests/org.eclipse.jst.jsp.ui.tests.performance >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_adapters.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_adapters.sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_core.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_tests.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_ui.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/features/org.eclipse.jst.server_userdoc.feature >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.core >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.core >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.jboss >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.jonas >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.oc4j >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.ui >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.generic.weblogic >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.installable >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.preview.adapter >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.tomcat.core >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.tomcat.ui >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.ui >> allList.txt +find ${oldcvsdir} -name jst/components/server/plugins/org.eclipse.jst.server.websphere.core >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.core.tests >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.generic.tests >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.tomcat.core.tests >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.tomcat.tests.performance >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.tomcat.ui.tests >> allList.txt +find ${oldcvsdir} -name jst/components/server/tests/org.eclipse.jst.server.ui.tests >> allList.txt +find ${oldcvsdir} -name jst/components/server/thirdparty/org.apache.cactus >> allList.txt +find ${oldcvsdir} -name jst/components/servlet/plugins/org.eclipse.jst.servlet.ui >> allList.txt +find ${oldcvsdir} -name jst/components/servlet/tests/org.eclipse.jst.servlet.tests >> allList.txt +find ${oldcvsdir} -name jst/components/web/features/org.eclipse.jst.webpageeditor.feature >> allList.txt +find ${oldcvsdir} -name jst/components/web/features/org.eclipse.jst.webpageeditor_sdk.feature >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.core >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis.creation.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.consumption.core >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.consumption.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.core >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.creation.core >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.creation.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.axis2.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.consumption >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.creation.ejb.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.creation.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.uddiregistry >> allList.txt +find ${oldcvsdir} -name jst/components/ws/plugins/org.eclipse.jst.ws.ui >> allList.txt +find ${oldcvsdir} -name jst/components/ws/tests/org.eclipse.jst.ws.axis.consumption.core.tests >> allList.txt +find ${oldcvsdir} -name jst/components/ws/tests/org.eclipse.jst.ws.tests >> allList.txt +find ${oldcvsdir} -name jst/components/ws/tests/org.eclipse.jst.ws.tests.performance >> allList.txt +find ${oldcvsdir} -name org.eclipse.equinox.servlet.api >> allList.txt +find ${oldcvsdir} -name org.eclipse.sdk.tests-feature/plugins/org.eclipse.perfmsr.core >> allList.txt +find ${oldcvsdir} -name org.eclipse.wtp/org.eclipse.wtp.releng.tests >> allList.txt +find ${oldcvsdir} -name org.eclipse.wtp/org.eclipse.wtp.releng.tests.feature >> allList.txt +find ${oldcvsdir} -name releng.wtptools/api/org.eclipse.wtp.releng.tools.component.core >> allList.txt +find ${oldcvsdir} -name releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui >> allList.txt +find ${oldcvsdir} -name releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder >> allList.txt +find ${oldcvsdir} -name releng.wtptools/org.eclipse.wtp.releng.tools >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.apache.axis.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.apache.commons_logging.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.apache.jakarta_log4j.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.apache.wsil4j.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.eclipse.wst.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.eclipse.wst.sdk >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.eclipse.wst.tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.uddi4j.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/features/org.wsdl4j.feature >> allList.txt +find ${oldcvsdir} -name wst/components/assembly/plugins/org.eclipse.wst >> allList.txt +find ${oldcvsdir} -name wst/components/command/plugins/org.eclipse.wst.command.env >> allList.txt +find ${oldcvsdir} -name wst/components/command/plugins/org.eclipse.wst.command.env.core >> allList.txt +find ${oldcvsdir} -name wst/components/command/plugins/org.eclipse.wst.command.env.ui >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_core.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/common/features/org.eclipse.wst.common_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/common/performance-tests/org.eclipse.wst.common.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.core >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.emf >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.emfworkbench.integration >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.environment >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.frameworks >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.frameworks.ui >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.modulecore >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.project.facet.core >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.project.facet.ui >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.snippets >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.ui >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.ui.properties >> allList.txt +find ${oldcvsdir} -name wst/components/common/plugins/org.eclipse.wst.common.uriresolver >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.project.facet.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.project.facet.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.snippets.tests >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.tests >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.tests.collector >> allList.txt +find ${oldcvsdir} -name wst/components/common/tests/org.eclipse.wst.common.tests.ui >> allList.txt +find ${oldcvsdir} -name wst/components/css/plugins/org.eclipse.wst.css.core >> allList.txt +find ${oldcvsdir} -name wst/components/css/plugins/org.eclipse.wst.css.ui >> allList.txt +find ${oldcvsdir} -name wst/components/css/tests/org.eclipse.wst.css.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/css/tests/org.eclipse.wst.css.tests.encoding >> allList.txt +find ${oldcvsdir} -name wst/components/css/tests/org.eclipse.wst.css.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/css/tests/org.eclipse.wst.css.ui.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/doc/features/org.eclipse.wst.doc.isv.feature >> allList.txt +find ${oldcvsdir} -name wst/components/doc/features/org.eclipse.wst.doc.user.feature >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.command.env.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.command.env.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.common.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.datatools.connection.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.datatools.data.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.datatools.fe.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.datatools.server.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.doc.isv >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.dtd.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.dtdeditor.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.html.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.internet.proxy.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.javascript.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.rdb.connection.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.rdb.fe.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.rdb.outputview.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.rdb.server.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.rdb.sqleditor.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.server.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.server.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.sqleditor.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.sse.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.sse.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.validation.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.web.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.webtools.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.ws.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.wsdl.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.wsi.ui.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.xml.ui.infopop >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.xmleditor.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/doc/plugins/org.eclipse.wst.xsdeditor.doc.user >> allList.txt +find ${oldcvsdir} -name wst/components/dtd/plugins/org.eclipse.wst.dtd.core >> allList.txt +find ${oldcvsdir} -name wst/components/dtd/plugins/org.eclipse.wst.dtd.ui >> allList.txt +find ${oldcvsdir} -name wst/components/dtd/tests/org.eclipse.wst.dtd.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/html/plugins/org.eclipse.wst.html.core >> allList.txt +find ${oldcvsdir} -name wst/components/html/plugins/org.eclipse.wst.html.ui >> allList.txt +find ${oldcvsdir} -name wst/components/html/tests/org.eclipse.wst.html.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/html/tests/org.eclipse.wst.html.tests.encoding >> allList.txt +find ${oldcvsdir} -name wst/components/html/tests/org.eclipse.wst.html.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/html/tests/org.eclipse.wst.html.ui.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/html/thirdparty/org.eclipse.wst.html.standard.dtds >> allList.txt +find ${oldcvsdir} -name wst/components/internet/plugins/org.eclipse.wst.internet.cache >> allList.txt +find ${oldcvsdir} -name wst/components/internet/plugins/org.eclipse.wst.internet.monitor.core >> allList.txt +find ${oldcvsdir} -name wst/components/internet/plugins/org.eclipse.wst.internet.monitor.ui >> allList.txt +find ${oldcvsdir} -name wst/components/internet/plugins/org.eclipse.wst.internet.proxy >> allList.txt +find ${oldcvsdir} -name wst/components/internet/tests/org.eclipse.wst.internet.cache.tests >> allList.txt +find ${oldcvsdir} -name wst/components/internet/tests/org.eclipse.wst.internet.monitor.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/internet/tests/org.eclipse.wst.internet.monitor.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/javascript/plugins/org.eclipse.wst.javascript.core >> allList.txt +find ${oldcvsdir} -name wst/components/javascript/plugins/org.eclipse.wst.javascript.ui >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/features/org.eclipse.wst.jsdt.feature >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.core >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.doc >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.manipulation >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.support.firefox >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.support.ie >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.ui >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.core >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.support.jsp >> allList.txt +find ${oldcvsdir} -name wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_adapters.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_core.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_ui.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/features/org.eclipse.wst.rdb_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.connection.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.core >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.core.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.data.core >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.data.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.db2.iseries >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.db2.luw >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.db2.zseries >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.derby >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.generic.jdbc >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.informix >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.mysql >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.oracle >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.sqlserver >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.sybase >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.derby >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.derby.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.fe.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.fe.ui.actions >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.models.dbdefinition >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.models.sql >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.models.sql.edit >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.mysql >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.outputview >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.server.extensions >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.server.ui >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.sqleditor >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/plugins/org.eclipse.wst.rdb.sqlscrapbook >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/tests/org.eclipse.wst.rdb.tests.dbdefinition >> allList.txt +find ${oldcvsdir} -name wst/components/rdb/tests/org.eclipse.wst.rdb.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_adapters.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_adapters.sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_core.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/features/org.eclipse.wst.server_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/server/plugins/org.eclipse.wst.server.core >> allList.txt +find ${oldcvsdir} -name wst/components/server/plugins/org.eclipse.wst.server.http.core >> allList.txt +find ${oldcvsdir} -name wst/components/server/plugins/org.eclipse.wst.server.http.ui >> allList.txt +find ${oldcvsdir} -name wst/components/server/plugins/org.eclipse.wst.server.preview.adapter >> allList.txt +find ${oldcvsdir} -name wst/components/server/plugins/org.eclipse.wst.server.ui >> allList.txt +find ${oldcvsdir} -name wst/components/server/tests/org.eclipse.wst.server.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/server/tests/org.eclipse.wst.server.http.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/server/tests/org.eclipse.wst.server.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/server/tests/org.eclipse.wst.server.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/sse/plugins/org.eclipse.wst.sse.core >> allList.txt +find ${oldcvsdir} -name wst/components/sse/plugins/org.eclipse.wst.sse.ui >> allList.txt +find ${oldcvsdir} -name wst/components/sse/tests/org.eclipse.wst.sse.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/sse/tests/org.eclipse.wst.sse.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/sse/tests/org.eclipse.wst.sse.ui.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/validation/plugins/org.eclipse.wst.validation >> allList.txt +find ${oldcvsdir} -name wst/components/validation/plugins/org.eclipse.wst.validation.ui >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_core.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/web/features/org.eclipse.wst.web_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/web/plugins/org.eclipse.wst.standard.schemas >> allList.txt +find ${oldcvsdir} -name wst/components/web/plugins/org.eclipse.wst.web >> allList.txt +find ${oldcvsdir} -name wst/components/web/plugins/org.eclipse.wst.web.ui >> allList.txt +find ${oldcvsdir} -name wst/components/ws/features/org.eclipse.wst.ws_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/ws/features/org.eclipse.wst.ws_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/ws/features/org.eclipse.wst.ws_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/ws/features/org.eclipse.wst.ws_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/ws/features/org.eclipse.wst.ws_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/ws/plugins/org.eclipse.wst.ws >> allList.txt +find ${oldcvsdir} -name wst/components/ws/plugins/org.eclipse.wst.ws.explorer >> allList.txt +find ${oldcvsdir} -name wst/components/ws/plugins/org.eclipse.wst.ws.parser >> allList.txt +find ${oldcvsdir} -name wst/components/ws/plugins/org.eclipse.wst.ws.service.policy.ui >> allList.txt +find ${oldcvsdir} -name wst/components/ws/plugins/org.eclipse.wst.ws.ui >> allList.txt +find ${oldcvsdir} -name wst/components/ws/tests/org.eclipse.wst.ws.tests >> allList.txt +find ${oldcvsdir} -name wst/components/ws/thirdparty/org.apache.axis >> allList.txt +find ${oldcvsdir} -name wst/components/ws/thirdparty/org.apache.commons_logging >> allList.txt +find ${oldcvsdir} -name wst/components/ws/thirdparty/org.apache.jakarta_log4j >> allList.txt +find ${oldcvsdir} -name wst/components/ws/thirdparty/org.apache.wsil4j >> allList.txt +find ${oldcvsdir} -name wst/components/ws/thirdparty/org.uddi4j >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/plugins/org.eclipse.wst.wsdl >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/plugins/org.eclipse.wst.wsdl.ui >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/plugins/org.eclipse.wst.wsdl.validation >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests.ui >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/tests/org.eclipse.wst.wsdl.validation.tests >> allList.txt +find ${oldcvsdir} -name wst/components/wsdl/thirdparty/org.wsdl4j >> allList.txt +find ${oldcvsdir} -name wst/components/wsi/plugins/org.eclipse.wst.wsi >> allList.txt +find ${oldcvsdir} -name wst/components/wsi/plugins/org.eclipse.wst.wsi.ui >> allList.txt +find ${oldcvsdir} -name wst/components/wsi/tests/org.eclipse.wst.wsi.tests >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_core.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_sdk.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_tests.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_ui.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_ui.feature.patch >> allList.txt +find ${oldcvsdir} -name wst/components/xml/features/org.eclipse.wst.xml_userdoc.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xml/plugins/org.eclipse.wst.xml.core >> allList.txt +find ${oldcvsdir} -name wst/components/xml/plugins/org.eclipse.wst.xml.ui >> allList.txt +find ${oldcvsdir} -name wst/components/xml/tests/org.eclipse.wst.xml.core.tests >> allList.txt +find ${oldcvsdir} -name wst/components/xml/tests/org.eclipse.wst.xml.tests.encoding >> allList.txt +find ${oldcvsdir} -name wst/components/xml/tests/org.eclipse.wst.xml.ui.tests >> allList.txt +find ${oldcvsdir} -name wst/components/xml/tests/org.eclipse.wst.xml.ui.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/xml/tests/org.eclipse.wst.xml.validation.tests >> allList.txt +find ${oldcvsdir} -name wst/components/xml/thirdparty/org.apache.xerces >> allList.txt +find ${oldcvsdir} -name wst/components/xml/thirdparty/org.apache.xerces.feature >> allList.txt +find ${oldcvsdir} -name wst/components/xsd/plugins/org.eclipse.wst.xsd.core >> allList.txt +find ${oldcvsdir} -name wst/components/xsd/plugins/org.eclipse.wst.xsd.ui >> allList.txt +find ${oldcvsdir} -name wst/components/xsd/tests/org.eclipse.wst.xsd.tests.performance >> allList.txt +find ${oldcvsdir} -name wst/components/xsd/tests/org.eclipse.wst.xsd.validation.tests >> allList.txt diff --git a/plugins/org.eclipse.wtp.releng.utilities/allmaps.txt b/plugins/org.eclipse.wtp.releng.utilities/allmaps.txt index 12832150810a55b940b15576c39206bd324e4f76..b70be3857dc4bb20d2d1de9c8130d30e9a125613 100644 --- a/plugins/org.eclipse.wtp.releng.utilities/allmaps.txt +++ b/plugins/org.eclipse.wtp.releng.utilities/allmaps.txt @@ -27,9 +27,11 @@ jst/components/doc/plugins/org.eclipse.jst.ws.consumption.infopop jst/components/doc/plugins/org.eclipse.jst.ws.consumption.ui.doc.user jst/components/doc/plugins/org.eclipse.jst.ws.doc.user jst/components/doc/plugins/org.eclipse.jst.ws.infopop +jst/components/ejb/features/org.eclipse.jst.enterprise_core.feature jst/components/ejb/features/org.eclipse.jst.enterprise_core.feature.patch jst/components/ejb/features/org.eclipse.jst.enterprise_sdk.feature jst/components/ejb/features/org.eclipse.jst.enterprise_tests.feature +jst/components/ejb/features/org.eclipse.jst.enterprise_ui.feature jst/components/ejb/features/org.eclipse.jst.enterprise_ui.feature.patch jst/components/ejb/features/org.eclipse.jst.enterprise_userdoc.feature jst/components/ejb/plugins/org.eclipse.jst.ejb.ui @@ -38,28 +40,39 @@ jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.ui jst/components/ejb/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet jst/components/ejb/plugins/org.eclipse.jst.j2ee.xdoclet.runtime +jst/components/j2ee/plugins/org.eclipse.jst.j2ee jst/components/j2ee/plugins/org.eclipse.jst.j2ee.core jst/components/j2ee/plugins/org.eclipse.jst.j2ee.ejb +jst/components/j2ee/plugins/org.eclipse.jst.j2ee.jca jst/components/j2ee/plugins/org.eclipse.jst.j2ee.jca.ui jst/components/j2ee/plugins/org.eclipse.jst.j2ee.navigator.ui jst/components/j2ee/plugins/org.eclipse.jst.j2ee.ui +jst/components/j2ee/plugins/org.eclipse.jst.j2ee.web +jst/components/j2ee/plugins/org.eclipse.jst.j2ee.webservice jst/components/j2ee/plugins/org.eclipse.jst.j2ee.webservice.ui jst/components/j2ee/plugins/org.eclipse.jst.jee.ejb jst/components/j2ee/plugins/org.eclipse.jst.jee.ui jst/components/j2ee/plugins/org.eclipse.jst.jee.web jst/components/j2ee/plugins/org.eclipse.jst.standard.schemas +jst/components/j2ee/tests/org.eclipse.jst.j2ee.core.tests jst/components/j2ee/tests/org.eclipse.jst.j2ee.core.tests.performance +jst/components/j2ee/tests/org.eclipse.jst.j2ee.tests jst/components/j2ee/tests/org.eclipse.jst.j2ee.tests.performance jst/components/j2ee/tests/org.eclipse.jst.validation.sample jst/components/j2ee/tests/org.eclipse.jst.validation.test +jst/components/jem/org.eclipse.jem +jst/components/jem/org.eclipse.jem-feature jst/components/jem/org.eclipse.jem-feature/com.ibm.etools.emf.event +jst/components/jem/org.eclipse.jem-feature/org.eclipse.jem.sdk jst/components/jem/org.eclipse.jem-feature/org.eclipse.jem.sdk-feature jst/components/jem/org.eclipse.jem.beaninfo jst/components/jem/org.eclipse.jem.proxy jst/components/jem/org.eclipse.jem.ui jst/components/jem/org.eclipse.jem.util jst/components/jem/org.eclipse.jem.workbench +jst/components/jem/tests/org.eclipse.jem.tests jst/components/jem/tests/org.eclipse.jem.tests-feature +jst/components/jsp/features/org.eclipse.jst.web_core.feature jst/components/jsp/features/org.eclipse.jst.web_core.feature.patch jst/components/jsp/features/org.eclipse.jst.web_sdk.feature jst/components/jsp/features/org.eclipse.jst.web_tests.feature @@ -69,6 +82,7 @@ jst/components/jsp/plugins/org.eclipse.jst.jsp.core jst/components/jsp/plugins/org.eclipse.jst.jsp.ui jst/components/jsp/tests/org.eclipse.jst.jsp.core.tests jst/components/jsp/tests/org.eclipse.jst.jsp.tests.encoding +jst/components/jsp/tests/org.eclipse.jst.jsp.ui.tests jst/components/jsp/tests/org.eclipse.jst.jsp.ui.tests.performance jst/components/server/features/org.eclipse.jst.server_adapters.feature jst/components/server/features/org.eclipse.jst.server_adapters.sdk.feature @@ -101,6 +115,7 @@ jst/components/servlet/plugins/org.eclipse.jst.servlet.ui jst/components/servlet/tests/org.eclipse.jst.servlet.tests jst/components/web/features/org.eclipse.jst.webpageeditor.feature jst/components/web/features/org.eclipse.jst.webpageeditor_sdk.feature +jst/components/ws/plugins/org.eclipse.jst.ws jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.core jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.ui jst/components/ws/plugins/org.eclipse.jst.ws.axis.creation.ui @@ -110,13 +125,18 @@ jst/components/ws/plugins/org.eclipse.jst.ws.axis2.core jst/components/ws/plugins/org.eclipse.jst.ws.axis2.creation.core jst/components/ws/plugins/org.eclipse.jst.ws.axis2.creation.ui jst/components/ws/plugins/org.eclipse.jst.ws.axis2.ui +jst/components/ws/plugins/org.eclipse.jst.ws.consumption jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui jst/components/ws/plugins/org.eclipse.jst.ws.creation.ejb.ui jst/components/ws/plugins/org.eclipse.jst.ws.creation.ui jst/components/ws/plugins/org.eclipse.jst.ws.uddiregistry jst/components/ws/plugins/org.eclipse.jst.ws.ui jst/components/ws/tests/org.eclipse.jst.ws.axis.consumption.core.tests +jst/components/ws/tests/org.eclipse.jst.ws.tests jst/components/ws/tests/org.eclipse.jst.ws.tests.performance +org.eclipse.equinox.servlet.api +org.eclipse.sdk.tests-feature/plugins/org.eclipse.perfmsr.core +org.eclipse.wtp/org.eclipse.wtp.releng.tests org.eclipse.wtp/org.eclipse.wtp.releng.tests.feature releng.wtptools/api/org.eclipse.wtp.releng.tools.component.core releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui @@ -132,8 +152,10 @@ wst/components/assembly/features/org.eclipse.wst.tests.feature wst/components/assembly/features/org.uddi4j.feature wst/components/assembly/features/org.wsdl4j.feature wst/components/assembly/plugins/org.eclipse.wst +wst/components/command/plugins/org.eclipse.wst.command.env wst/components/command/plugins/org.eclipse.wst.command.env.core wst/components/command/plugins/org.eclipse.wst.command.env.ui +wst/components/common/features/org.eclipse.wst.common_core.feature wst/components/common/features/org.eclipse.wst.common_core.feature.patch wst/components/common/features/org.eclipse.wst.common_sdk.feature wst/components/common/features/org.eclipse.wst.common_tests.feature @@ -141,24 +163,29 @@ wst/components/common/features/org.eclipse.wst.common_ui.feature wst/components/common/features/org.eclipse.wst.common_userdoc.feature wst/components/common/performance-tests/org.eclipse.wst.common.tests.performance wst/components/common/plugins/org.eclipse.wst.common.core +wst/components/common/plugins/org.eclipse.wst.common.emf wst/components/common/plugins/org.eclipse.wst.common.emfworkbench.integration wst/components/common/plugins/org.eclipse.wst.common.environment +wst/components/common/plugins/org.eclipse.wst.common.frameworks wst/components/common/plugins/org.eclipse.wst.common.frameworks.ui wst/components/common/plugins/org.eclipse.wst.common.modulecore wst/components/common/plugins/org.eclipse.wst.common.project.facet.core wst/components/common/plugins/org.eclipse.wst.common.project.facet.ui wst/components/common/plugins/org.eclipse.wst.common.snippets +wst/components/common/plugins/org.eclipse.wst.common.ui wst/components/common/plugins/org.eclipse.wst.common.ui.properties wst/components/common/plugins/org.eclipse.wst.common.uriresolver wst/components/common/tests/org.eclipse.wst.common.project.facet.core.tests wst/components/common/tests/org.eclipse.wst.common.project.facet.ui.tests wst/components/common/tests/org.eclipse.wst.common.snippets.tests +wst/components/common/tests/org.eclipse.wst.common.tests wst/components/common/tests/org.eclipse.wst.common.tests.collector wst/components/common/tests/org.eclipse.wst.common.tests.ui wst/components/css/plugins/org.eclipse.wst.css.core wst/components/css/plugins/org.eclipse.wst.css.ui wst/components/css/tests/org.eclipse.wst.css.core.tests wst/components/css/tests/org.eclipse.wst.css.tests.encoding +wst/components/css/tests/org.eclipse.wst.css.ui.tests wst/components/css/tests/org.eclipse.wst.css.ui.tests.performance wst/components/doc/features/org.eclipse.wst.doc.isv.feature wst/components/doc/features/org.eclipse.wst.doc.user.feature @@ -202,6 +229,7 @@ wst/components/html/plugins/org.eclipse.wst.html.core wst/components/html/plugins/org.eclipse.wst.html.ui wst/components/html/tests/org.eclipse.wst.html.core.tests wst/components/html/tests/org.eclipse.wst.html.tests.encoding +wst/components/html/tests/org.eclipse.wst.html.ui.tests wst/components/html/tests/org.eclipse.wst.html.ui.tests.performance wst/components/html/thirdparty/org.eclipse.wst.html.standard.dtds wst/components/internet/plugins/org.eclipse.wst.internet.cache @@ -224,12 +252,15 @@ wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.core wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.support.jsp wst/components/jsdt/plugins/org.eclipse.wst.jsdt.web.ui wst/components/rdb/features/org.eclipse.wst.rdb_adapters.feature +wst/components/rdb/features/org.eclipse.wst.rdb_core.feature wst/components/rdb/features/org.eclipse.wst.rdb_core.feature.patch wst/components/rdb/features/org.eclipse.wst.rdb_sdk.feature wst/components/rdb/features/org.eclipse.wst.rdb_tests.feature +wst/components/rdb/features/org.eclipse.wst.rdb_ui.feature wst/components/rdb/features/org.eclipse.wst.rdb_ui.feature.patch wst/components/rdb/features/org.eclipse.wst.rdb_userdoc.feature wst/components/rdb/plugins/org.eclipse.wst.rdb.connection.ui +wst/components/rdb/plugins/org.eclipse.wst.rdb.core wst/components/rdb/plugins/org.eclipse.wst.rdb.core.ui wst/components/rdb/plugins/org.eclipse.wst.rdb.data.core wst/components/rdb/plugins/org.eclipse.wst.rdb.data.ui @@ -243,9 +274,12 @@ wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.mysql wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.oracle wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.sqlserver wst/components/rdb/plugins/org.eclipse.wst.rdb.dbdefinition.sybase +wst/components/rdb/plugins/org.eclipse.wst.rdb.derby wst/components/rdb/plugins/org.eclipse.wst.rdb.derby.ui +wst/components/rdb/plugins/org.eclipse.wst.rdb.fe.ui wst/components/rdb/plugins/org.eclipse.wst.rdb.fe.ui.actions wst/components/rdb/plugins/org.eclipse.wst.rdb.models.dbdefinition +wst/components/rdb/plugins/org.eclipse.wst.rdb.models.sql wst/components/rdb/plugins/org.eclipse.wst.rdb.models.sql.edit wst/components/rdb/plugins/org.eclipse.wst.rdb.mysql wst/components/rdb/plugins/org.eclipse.wst.rdb.outputview @@ -257,6 +291,7 @@ wst/components/rdb/tests/org.eclipse.wst.rdb.tests.dbdefinition wst/components/rdb/tests/org.eclipse.wst.rdb.tests.performance wst/components/server/features/org.eclipse.wst.server_adapters.feature wst/components/server/features/org.eclipse.wst.server_adapters.sdk.feature +wst/components/server/features/org.eclipse.wst.server_core.feature wst/components/server/features/org.eclipse.wst.server_core.feature.patch wst/components/server/features/org.eclipse.wst.server_sdk.feature wst/components/server/features/org.eclipse.wst.server_tests.feature @@ -274,20 +309,25 @@ wst/components/server/tests/org.eclipse.wst.server.ui.tests wst/components/sse/plugins/org.eclipse.wst.sse.core wst/components/sse/plugins/org.eclipse.wst.sse.ui wst/components/sse/tests/org.eclipse.wst.sse.core.tests +wst/components/sse/tests/org.eclipse.wst.sse.ui.tests wst/components/sse/tests/org.eclipse.wst.sse.ui.tests.performance +wst/components/validation/plugins/org.eclipse.wst.validation wst/components/validation/plugins/org.eclipse.wst.validation.ui +wst/components/web/features/org.eclipse.wst.web_core.feature wst/components/web/features/org.eclipse.wst.web_core.feature.patch wst/components/web/features/org.eclipse.wst.web_sdk.feature wst/components/web/features/org.eclipse.wst.web_tests.feature wst/components/web/features/org.eclipse.wst.web_ui.feature wst/components/web/features/org.eclipse.wst.web_userdoc.feature wst/components/web/plugins/org.eclipse.wst.standard.schemas +wst/components/web/plugins/org.eclipse.wst.web wst/components/web/plugins/org.eclipse.wst.web.ui wst/components/ws/features/org.eclipse.wst.ws_core.feature wst/components/ws/features/org.eclipse.wst.ws_sdk.feature wst/components/ws/features/org.eclipse.wst.ws_tests.feature wst/components/ws/features/org.eclipse.wst.ws_ui.feature wst/components/ws/features/org.eclipse.wst.ws_userdoc.feature +wst/components/ws/plugins/org.eclipse.wst.ws wst/components/ws/plugins/org.eclipse.wst.ws.explorer wst/components/ws/plugins/org.eclipse.wst.ws.parser wst/components/ws/plugins/org.eclipse.wst.ws.service.policy.ui @@ -298,25 +338,31 @@ wst/components/ws/thirdparty/org.apache.commons_logging wst/components/ws/thirdparty/org.apache.jakarta_log4j wst/components/ws/thirdparty/org.apache.wsil4j wst/components/ws/thirdparty/org.uddi4j +wst/components/wsdl/plugins/org.eclipse.wst.wsdl wst/components/wsdl/plugins/org.eclipse.wst.wsdl.ui wst/components/wsdl/plugins/org.eclipse.wst.wsdl.validation +wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests.performance wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests.ui wst/components/wsdl/tests/org.eclipse.wst.wsdl.validation.tests wst/components/wsdl/thirdparty/org.wsdl4j +wst/components/wsi/plugins/org.eclipse.wst.wsi wst/components/wsi/plugins/org.eclipse.wst.wsi.ui wst/components/wsi/tests/org.eclipse.wst.wsi.tests wst/components/xml/features/org.eclipse.wst.xml_core.feature wst/components/xml/features/org.eclipse.wst.xml_sdk.feature wst/components/xml/features/org.eclipse.wst.xml_tests.feature +wst/components/xml/features/org.eclipse.wst.xml_ui.feature wst/components/xml/features/org.eclipse.wst.xml_ui.feature.patch wst/components/xml/features/org.eclipse.wst.xml_userdoc.feature wst/components/xml/plugins/org.eclipse.wst.xml.core wst/components/xml/plugins/org.eclipse.wst.xml.ui wst/components/xml/tests/org.eclipse.wst.xml.core.tests wst/components/xml/tests/org.eclipse.wst.xml.tests.encoding +wst/components/xml/tests/org.eclipse.wst.xml.ui.tests wst/components/xml/tests/org.eclipse.wst.xml.ui.tests.performance wst/components/xml/tests/org.eclipse.wst.xml.validation.tests +wst/components/xml/thirdparty/org.apache.xerces wst/components/xml/thirdparty/org.apache.xerces.feature wst/components/xsd/plugins/org.eclipse.wst.xsd.core wst/components/xsd/plugins/org.eclipse.wst.xsd.ui