Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Prouvost2014-03-03 14:52:30 +0000
committerWim Jongman2014-05-27 19:55:56 +0000
commit063d4a133182bee3fb1fb7a8086f13d2b32dd1c9 (patch)
tree969ea8f28be97ca7b7fad9af81bb7291f2ec6f4a /pom.xml
parent3cb4e381064f5ae94584e24d5e0f016556d4dd07 (diff)
downloadorg.eclipse.e4.tools-063d4a133182bee3fb1fb7a8086f13d2b32dd1c9.tar.gz
org.eclipse.e4.tools-063d4a133182bee3fb1fb7a8086f13d2b32dd1c9.tar.xz
org.eclipse.e4.tools-063d4a133182bee3fb1fb7a8086f13d2b32dd1c9.zip
Bug 428903 - Having a common 'debug' window for all spies I20140527-2200
Define a new plugin org.eclipse.e4.tools.spy, used as common for all spies. It contains the spyPart extension point, SpyProcessor (reads the extensions), and SpyHandler (open the E4 spies window). Define the context spy and live model editor using this plugin and its extension point. Fix versions in plugin.xml of org.eclipse.e4.tools.spy and others Fix 5 : - add comments in the spyPart extension point schema - manage the event spy using spyPart extension - Remove unused code to declare commands (processor in model editor, installer in event spy) - Now live model editor, event spy and context spy are updated. Change-Id: I1b50e43bbbb0fbb4c296747fbef97fac3c97d59a Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 90de6359..e6befd84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
<module>./bundles/org.eclipse.e4.tools.orion.text.editor</module>
<module>./bundles/org.eclipse.e4.tools.css.spy</module>
<module>./bundles/org.eclipse.e4.tools.context.spy</module>
+ <module>./bundles/org.eclipse.e4.tools.spy</module>
<module>./bundles/org.eclipse.e4.tools.event.spy</module>
<module>./features/org.eclipse.e4.core.tools.feature</module>
<module>./features/org.eclipse.e4.tools.css.editor.feature</module>

Back to the top