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

Platform-releng/Incrementing Version Numbers

< Platform-releng
Revision as of 14:55, 7 June 2010 by John arthorne.ca.ibm.com (Talk | contribs) (New page: Each release of the Eclipse project, version numbers need updating in various places to indicate the version of the release. This page enumerates all the places where version numbers a...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Each release of the Eclipse project, version numbers need updating in various places to indicate the version of the release. This page enumerates all the places where version numbers are written, for use as a checklist each release to ensure we update all version numbers correctly.

Feature versions

Generally feature versions need updating because some plugins have had changes:

  • org.eclipse.sdk-feature/org.eclipse.platform-feature/feature.xml
  • org.eclipse.sdk-feature/org.eclipse.sdk/feature.xml
  • org.eclipse.sdk-feature/org.eclipse.rcp/feature.xml

Other features updated as needed (CVS, help, JDT, PDE, p2 ui)

Plugin versions

The feature branding plugin versions should match the version of their feature:

  • org.eclipse.platform/META-INF/MANIFEST.MF
  • org.eclipse.sdk/META-INF/MANIFEST.MF

If the doc plugins have changed, their version should match the version of the feature they provide doc for. Since doc plugins don't provide any code, usual version evolution guidelines don't apply:

  • org.eclipse.platform.doc.user/META-INF/MANIFEST.MF
  • org.eclipse.platform.doc.isv/META-INF/MANIFEST.MF

Other places

Feature blurbs (shown in about dialog when selecting a single feature):

  • org.eclipse.platform/about.properties
  • org.eclipse.sdk/about.properties

Product blurbs (shown in main about dialog):

  • org.eclipse.platform/plugin.xml
  • org.eclipse.sdk/plugin.xml

Back to the top