JVM Languages
contrib.txt
Associated article: Contributing to Eclipse
Tags: Open Source JVM Languages
Published source code accompanying the article by Kent Beck and Erich Gamma in which they examine Eclipse's plug-in architecture.
Contributing to Eclipse
by Kent Beck and Erich Gamma
Example 1:
<extension point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.jdt.core.resources.IFile"
id="org.threeriversinstitute.ddjexample">
<action
...


