Questions tagged [update-site]

Eclipse Software Sites (aka "update sites" aka "p2 repositories") are the storage format for delivering updates and new features to Eclipse-based applications.

Eclipse "software sites" are the storage format for delivering updates and new features to Eclipse-based applications. Software sites are still most commonly referred to by their old name "update site".

Technically, there are two formats for software sites:

  • The "update site" format used by the former Eclipse Update Manager.
  • "p2 repositories" introduced by Equinox p2

The formats are compatible, so a software site can be both an update site and a p2 repository.

Related Links:

62 questions
0
votes
1 answer

How can I find an Eclipse update site of a specific class/package

Is there a convenient way to find an Eclipse update sites? How do I proceed if I want to know the update site of org.eclipse.ui? I had some difficulty finding some update sites while defining a target platform from scratch. I thought it might be…
justSaid
  • 1,540
  • 2
  • 12
  • 23
0
votes
2 answers

migrate to equinox P2 for update site - Juno

I am trying to migrate an update-site plugin for my product from eclipse equinox to Juno , when I create a new plugin project and copy paste all the src files and change the META-INF as per the previous proj, I get lots of compilation errors.Reason…
1 2 3 4
5