Book Image

Mastering Eclipse Plug-in Development

By : Alex Blewitt, Bandlem Limited
Book Image

Mastering Eclipse Plug-in Development

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (18 chapters)
Mastering Eclipse Plug-in Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Plugging in to JFace and the Common Navigator Framework
Index

Chapter 9. Deploying and Updating with P2

As a modular end user application, Eclipse has always been able to update itself and install new content. Under the covers, Eclipse has always consisted of a number of plug-ins as well as a number of features (a way of aggregating plug-ins). The original update mechanism, the classic update manager, provided a simple way to install and update features and plug-ins (bundles). In Eclipse 3.4, a mechanism called P2 was created that allowed more powerful update mechanisms and included the ability to update native code and configuration files. P2 provides a means to provision, run, update, and configure Eclipse-based applications.