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/p2/Zipped Repos

< Equinox‎ | p2
Revision as of 14:42, 21 June 2010 by Aniefer.gmail.com (Talk | contribs)

With 3.5M6, there are zipped p2 repos for the RCP, CVS, JDT and PDE (Runtime and SDK) features available with each build.

These zipped repos can be either used to provision your install or provision your PDE target. See Equinox/p2/Metadata_Consumption for background information on the motivation and value of providing repositories in this format.

These repos have a format like this

artifacts.jar
content.jar
plugins/
pluginA.jar
pluginB.jar
pluginC.jar
features/
featureA.jar
featureB.jar


The zipped repo is not in the format eclipse/plugins etc. so they cannot just be just unzipped over your existing install or into your dropins folder. You need to use the p2 user ui to provision them into your install or pde target.

Provisioning your install from a zipped p2 repo

To provision your install, select Help->Install New Software and select Add to add a new repository. Select Archive to point to the p2 repo archive you've downloaded from the build page.


Repo1.JPG


For example, if you wish to provision from the M6 JDT source zipped repo


Repo2.JPG

Select Open. You'll see the contents of the repository, identical to one on a remote http repository.


Repo3.jpg

Proceed to provision your install as if you were provisioning from a remote repository.


Provisioning your target from a zipped repo


When setting your target, select Add and select Repository or update site

Pde1.jpg

Select Manage Site

Pde2.jpg

Select Archive and proceed to select the zipped archive on your filesystem. Proceed to provision your target as if you were provisioning from a remote repository.

Note: Please see bug bug 268210 for issues related to provisioning from these repos for your PDE target. Currently, you can't provision from these repos in PDE because the repository browser doesn't show categories.

Pde3.jpg

Back to the top