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

IAM Moving from Google Code

Revision as of 07:30, 5 November 2008 by Amuino.gmail.com (Talk | contribs) (Added back link)

< To: IAM

Tasks to do

  • Rename in packages/files
    • org.devzuz.q.maven to org.eclipse.iam
    • org.devzuz.q.maven to org.eclipse.iam.core in the org.devzuz.q.maven.core plugin
    • org.eclipse.iam.search or org.eclipse.iam.search.core ?
  • Support legacy naming
    • classpath container
    • markers
    • what else?
  • Make uniform use of the maven conventions (some projects have source code on src, some on src/main/java)
  • Rename the plug-in "org.eclipse.iam.maven.dependencyviewer" to "org.eclipse.iam.maven.dependency.viewer" (i.e. split that last segment in two)
    • This is to match the dependency.analisys plug-in. It makes sense to have them sharing the same naming scheme.
  • Related to the previous one, move the org.devzuz.q.maven.dependency.* in the dependency viewer to org.eclipse.iam.dependency.viewer (insert the "viewer" segment that is currently missing).

Back to the top