Eclipse 3.0 Plug-in Migration Guide

This guide covers migrating Eclipse 2.1 (or earlier) plug-ins to Eclipse 3.0.

One of the goals of Eclipse 3.0 was move Eclipse forward while remaining compatible with previous versions to the greatest extent possible. That is, plug-ins written against the Eclipse 2.1 APIs should continue to work in 3.0 in spite of the API changes.

The key kinds of compatibility are API contract compatibility and binary compatibility. API contract compatibility means that valid use of 2.1 APIs remains valid for 3.0, so there is no need to revisit working code. Binary compatibility means that the API method signatures, etc. did not change in ways that would cause existing compiled ("binary") code to no longer link and run with the new 3.0 libraries.

While every effort way made to avoid breakage, there are a few areas of incompatibility. This document describes the areas where Eclipse changed in incompatible ways between 2.1 and 3.0, and provides instructions for migrating 2.1 plug-ins to 3.0.

Legal notices