Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

WTP Git Migration Checklist

Revision as of 14:21, 21 June 2012 by Thatnitind.gmail.com (Talk | contribs) (WTP Git Migration Checklist)

WTP Git Migration Checklist

Instructions: Each project needs to keep this table updated with their progress towards migrating to Git.

  • A bug needs to be opened to track the project's migration to Git.
  • The name of the Git repository needs to be established.
  • A mapping of CVS content to the Git repository needs to be put in place. (Note that a preliminary table with all of the map file contents has been put in place-this needs to be reviewed/modified, and then the icon can be changed from a red X Fail.gif to a green check Checkmark.gif to indicate that the review has happened.)
  • A list of branches to be included needs to be specified.

Note that all of the other information needs to be included in the bugzilla. It is also kept here for tracking purposes.

Git migration status
Project Git migration bug Git name Contents defined Branches to include
Common Fail.gif
Java EE Fail.gif
EJB Fail.gif
JSF Fail.gif
Dali Fail.gif
Server Fail.gif
Web Services, WSDL Fail.gif
JSDT webtools.jsdt Fail.gif
Source Editing webtools.sourceediting Fail.gif
Release Engineering Fail.gif

Common component contents

  • common/docs/org.eclipse.wst.validation.infopop
  • common/docs/org.eclipse.wst.common.api.doc
  • common/docs/org.eclipse.wst.validation.doc.isv
  • common/features/org.eclipse.wst.common.fproj.feature
  • common/features/org.eclipse.wst.common.fproj.sdk.feature
  • common/features/org.eclipse.jst.common.fproj.enablement.jdt.feature
  • common/features/org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature
  • common/features/org.eclipse.wst.common_core.feature
  • common/features/org.eclipse.wst.common_sdk.feature
  • common/features/org.eclipse.wst.common_tests.feature
  • common/features/org.eclipse.wst.common_ui.feature
  • common/plugins/org.eclipse.jem.util
  • common/plugins/org.eclipse.jst.common.fproj.enablement.jdt.sdk
  • common/plugins/org.eclipse.jst.common.project.facet.core
  • common/plugins/org.eclipse.jst.common.project.facet.ui
  • common/plugins/org.eclipse.jst.common.ui
  • common/plugins/org.eclipse.wst.common.core
  • common/plugins/org.eclipse.wst.common.emf
  • common/plugins/org.eclipse.wst.common.emfworkbench.integration
  • common/plugins/org.eclipse.wst.common.environment
  • common/plugins/org.eclipse.wst.common.fproj.sdk
  • common/plugins/org.eclipse.wst.common.frameworks
  • common/plugins/org.eclipse.wst.common.frameworks.ui
  • common/plugins/org.eclipse.wst.common.infopop
  • common/plugins/org.eclipse.wst.common.modulecore
  • common/plugins/org.eclipse.wst.common.modulecore.ui
  • common/plugins/org.eclipse.wst.common.project.facet.core
  • common/plugins/org.eclipse.wst.common.project.facet.ui
  • common/plugins/org.eclipse.wst.common.project.facet.doc.api
  • common/plugins/org.eclipse.wst.common.snippets
  • common/plugins/org.eclipse.wst.common.ui
  • common/plugins/org.eclipse.wst.common.uriresolver
  • common/plugins/org.eclipse.wst.internet.cache
  • common/plugins/org.eclipse.wst.validation
  • common/plugins/org.eclipse.wst.validation.ui
  • common/tests/org.eclipse.wst.common.tests
  • common/tests/org.eclipse.wst.common.tests.collector
  • common/tests/org.eclipse.wst.common.tests.validation
  • common/tests/org.eclipse.wst.common.tests.validation.guard
  • common/tests/org.eclipse.wst.common.tests.ui
  • common/tests/org.eclipse.wst.common.snippets.tests
  • common/tests/org.eclipse.wst.common.project.facet.core.tests
  • common/tests/org.eclipse.wst.common.project.facet.ui.tests
  • common/tests/org.eclipse.wst.common.uriresolver.tests
  • common/tests/org.eclipse.wst.internet.cache.tests

Back to the top