Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.e4.core.tools.update/category.xml')
-rw-r--r--build/org.eclipse.e4.core.tools.update/category.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/category.xml b/build/org.eclipse.e4.core.tools.update/category.xml
index 59f94280..e98a904c 100644
--- a/build/org.eclipse.e4.core.tools.update/category.xml
+++ b/build/org.eclipse.e4.core.tools.update/category.xml
@@ -21,12 +21,19 @@
<feature url="features/org.eclipse.e4.tools.e3x.bridge.feature_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.e3x.bridge.feature" version="0.14.0.qualifier">
<category name="org.eclipse.e4.tools.e3x.bridge"/>
</feature>
- <feature url="features/org.eclipse.e4.tools.e3x.bridge.feature.source_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.e3x.bridge.feature.source" version="0.14.0.qualifier">
+ <feature url="features/org.eclipse.e4.tools.e3x.bridge.feature.source_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.e3x.bridge.feature.source" version="0.14.0.qualifier">
<category name="org.eclipse.e4.tools.e3x.bridge"/>
</feature>
+ <feature url="features/org.eclipse.e4.tools.event.spy.feature_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.event.spy.feature" version="0.15.0.qualifier">
+ <category name="org.eclipse.e4.tools.event.spy"/>
+ </feature>
+ <feature url="features/org.eclipse.e4.tools.event.spy.feature.source_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.event.spy.feature.source" version="0.15.0.qualifier">
+ <category name="org.eclipse.e4.tools.event.spy"/>
+ </feature>
<category-def name="org.eclipse.e4.tools.core" label="Eclipse 4 core tools"/>
<category-def name="org.eclipse.e4.tools.css.spy" label="CSS spy for Eclipse 4"/>
<category-def name="org.eclipse.e4.tools.e3x.bridge" label="Eclipse 3.x bridge"/>
<category-def name="org.eclipse.e4.tools.css.editor" label="CSS file editor"/>
+ <category-def name="org.eclipse.e4.tools.event.spy" label="Eclipse 4 event spy"/>
</site>

Back to the top