Skip to content

Instantly share code, notes, and snippets.

@paulweb515
Created October 8, 2013 14:09
Show Gist options
  • Save paulweb515/6885290 to your computer and use it in GitHub Desktop.
Save paulweb515/6885290 to your computer and use it in GitHub Desktop.
<extension
id="id1"
point="org.eclipse.e4.workbench.model">
<processor
beforefragment="true"
class="org.eclipse.ui.internal.CommandToModelProcessor">
</processor>
</extension>
public class CommandToModelProcessor {
@Execute
void process(MApplication app) {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment