Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/p2/Removal"

< Equinox‎ | p2
(New page: Eclipse platform Ganymede/3.4 contains two provisioning systems: the original Update Manager, and the new Equinox p2 provisioning platform. By default, p2 is in control of the system ...)
 
Line 1: Line 1:
 
Eclipse platform Ganymede/3.4 contains two provisioning systems: the original Update Manager, and the new [[Equinox p2]] provisioning platform.  By default, p2 is in control of the system and the Update Manager is hidden.  This page describes how to revert to the classic Update Manager and remove p2.
 
Eclipse platform Ganymede/3.4 contains two provisioning systems: the original Update Manager, and the new [[Equinox p2]] provisioning platform.  By default, p2 is in control of the system and the Update Manager is hidden.  This page describes how to revert to the classic Update Manager and remove p2.
  
# Remove the feature org.eclipse.equinox.p2.user.ui.  This feature is optionally required by org.eclipse.platform, but the platform will function without it
 
 
# Replace the eclipse/configuration/config.ini file with the contents from Eclipse platform version 3.3.1.
 
# Replace the eclipse/configuration/config.ini file with the contents from Eclipse platform version 3.3.1.
 +
# Remove the feature org.eclipse.equinox.p2.user.ui.  This feature is optionally required by org.eclipse.platform, but the platform will function without it
 +
# Remove org.eclipse.equinox.p2.* from the plugins directory (optional)
 +
# Remove the eclipse/p2 folder (optional)

Revision as of 19:52, 19 March 2008

Eclipse platform Ganymede/3.4 contains two provisioning systems: the original Update Manager, and the new Equinox p2 provisioning platform. By default, p2 is in control of the system and the Update Manager is hidden. This page describes how to revert to the classic Update Manager and remove p2.

  1. Replace the eclipse/configuration/config.ini file with the contents from Eclipse platform version 3.3.1.
  2. Remove the feature org.eclipse.equinox.p2.user.ui. This feature is optionally required by org.eclipse.platform, but the platform will function without it
  3. Remove org.eclipse.equinox.p2.* from the plugins directory (optional)
  4. Remove the eclipse/p2 folder (optional)

Back to the top