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

Equinox/Incubator/Graduate/Weaving

In May 2009 the Equinox weaving project (previously known as Equinox Aspects) in the incubator graduated to the rt.equinox.bundles component in Equinox. This page documents the migration of the various components of Equinox Weaving to the rt.equinox.bundles component.

CVS Projects

The following table maps existing Equinox projects to their new location in the RT CVS repository. We must copy all history over to the new location in the rt.equinox repository and keep all old tags in the old rt.equinox.incubator repository. Once all projects have been copied with history over to the location in the rt.equinox repository then we will delete the HEAD content from the old incubator repository and place a readme in each project indicating the new graduated Equinox RT location.

Here is a summary of the changes:

  • All weaving projects that have graduated must get the rt.equinox.bundles unix group access.
  • All weaving projects that have graduated are moving from dev.eclipse.org:/cvsroot/rt/org.eclipse.equinox/incubator/aspects/bundles/ to dev.eclipse.org:/cvsroot/rt/org.eclipse.equinox/weaving/bundles/
dev.eclipse.org:/cvsroot/rt/org.eclipse.equinox/incubator (old repo) dev.eclipse.org:/cvsroot/rt/org.eclipse.equinox (new repo)
Weaving
/cvsroot/rt/org.eclipse.equinox/incubator/aspects/bundles/org.eclipse.equinox.weaving.aspectj /cvsroot/rt/org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.aspectj
/cvsroot/rt/org.eclipse.equinox/incubator/aspects/bundles/org.eclipse.equinox.weaving.caching /cvsroot/rt/org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.caching
/cvsroot/rt/org.eclipse.equinox/incubator/aspects/bundles/org.eclipse.equinox.weaving.caching.j9 /cvsroot/rt/org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.caching.j9
/cvsroot/rt/org.eclipse.equinox/incubator/aspects/bundles/org.eclipse.equinox.weaving.hook /cvsroot/rt/org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.hook

A new Equinox bugzilla component will be created called Weaving with an inbox e-mail of equinox.weaving-inbox@eclipse.org

Back to the top