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

Difference between revisions of "WTP Git Migration Checklist"

(WTP Git Migration Checklist)
Line 66: Line 66:
 
|
 
|
 
|webtools.sourceediting.git
 
|webtools.sourceediting.git
 +
webtools.sourceediting.xpath.git<sup>1</sup>
 +
 +
webtools.sourceediting.xsl.git<sup>2</sup>
 
| align="center" | [[Image:Fail.gif]]
 
| align="center" | [[Image:Fail.gif]]
 
|
 
|
Line 75: Line 78:
 
|
 
|
 
|}
 
|}
 +
 +
# To allow for non-Eclipse-based adoptersof PsychoPath to pull it more easily
 +
# To allow for adopters who may already have XSL tools to avoid cloning a repository with WTP's XSL tools and still contribute to WTP Source Editing
  
 
== Common component contents ==
 
== Common component contents ==

Revision as of 11:18, 25 June 2012

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(s) (should start "webtools.") Contents defined Branches to include
Common webtools.common.git Checkmark.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.git Fail.gif
Source Editing webtools.sourceediting.git

webtools.sourceediting.xpath.git1

webtools.sourceediting.xsl.git2

Fail.gif
Release Engineering Fail.gif
  1. To allow for non-Eclipse-based adoptersof PsychoPath to pull it more easily
  2. To allow for adopters who may already have XSL tools to avoid cloning a repository with WTP's XSL tools and still contribute to WTP Source Editing

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