Skip to main content

All Questions

Tagged with
0 votes
0 answers
90 views

Choosing plugins to update with P2 and eclipse 4 programmatically

I would like to update a P2 repository with Eclipse 4 programmatically and I would like to choose plugins to update. Classic way to retrieve the provisioning job which updates the repository is: ...
Diego T's user avatar
  • 81
3 votes
1 answer
1k views

Run plugin updates outwith Eclipse UI

I'm trying to update the plugins for an Eclipse Galileo SR2 installation from the command line. Something similar to this command (which asks for a specific feature): java -jar org.eclipse.equinox....
joejag's user avatar
  • 314