This tutorial contains notes about Eclipse patching.
1. Eclipse Patching
Eclipse plug-ins can be patched with fixes.
2. Patching existing Eclipse plug-ins with feature patches
2.1. Feature patch projects
If you want to modify standard Eclipse plug-ins, you can use Feature Patch Projects. A feature patch project can contain plug-ins which replace existing plug-ins. This would allow you to create an update site for this feature and users can use your version of the modified code.
Each feature can only be patched once.
A feature patch project can be created via
. In the dialog, select the feature you want to patch and add all modified plug-ins to the new project. Finally, export the project as a p2 update site to make it available for installation.3. Eclipse patching resources
3.1. vogella Java example code
If you need more assistance we offer Online Training and Onsite training as well as consulting