Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.event.spy/plugin.xml')
-rw-r--r--bundles/org.eclipse.e4.tools.event.spy/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.tools.event.spy/plugin.xml b/bundles/org.eclipse.e4.tools.event.spy/plugin.xml
new file mode 100644
index 00000000..e9395f19
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.event.spy/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="org.eclipse.e4.tools.event.spy"
+ name="E4 Event spy"
+ point="org.eclipse.e4.workbench.model">
+ <processor
+ beforefragment="false"
+ class="org.eclipse.e4.tools.event.spy.Installer">
+ </processor>
+ </extension>
+
+</plugin>

Back to the top