Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8038d71847215b87b774f661b1a10a4e58b32c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="ContextDebug"
         name="%extension.contextdebugmodel.name"
         point="org.eclipse.e4.workbench.model">
      <processor
            beforefragment="true"
            class="org.eclipse.e4.core.internal.contexts.debug.ui.e4.ContextsDebugProcessor">
      </processor>
   </extension>
</plugin>

Back to the top