Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0780ddd468c5ac787c4bbbe05c70acfca701fef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/org.eclipse.e4.core.tools.feature_0.14.0.qualifier.jar" id="org.eclipse.e4.core.tools.feature" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.core"/>
   </feature>
   <feature url="features/org.eclipse.e4.core.tools.feature.source_0.14.0.qualifier.jar" id="org.eclipse.e4.core.tools.feature.source" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.core"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.css.editor.feature_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.css.editor.feature" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.css.editor"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.css.editor.feature.source_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.css.editor.feature.source" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.css.editor"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.orion.css.editor.feature_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.orion.css.editor.feature" version="0.15.0.qualifier">
      <category name="org.eclipse.e4.tools.css.editor"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.orion.css.editor.feature.source_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.orion.css.editor.feature.source" version="0.15.0.qualifier">
      <category name="org.eclipse.e4.tools.css.editor"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.css.spy.feature_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.css.spy.feature" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.css.spy"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.css.spy.feature.source_0.14.0.qualifier.jar" id="org.eclipse.e4.tools.css.spy.feature.source" version="0.14.0.qualifier">
      <category name="org.eclipse.e4.tools.css.spy"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.emf.liveeditor.feature_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.emf.liveeditor.feature" version="0.15.0.qualifier">
      <category name="org.eclipse.e4.tools.emf.liveeditor.feature"/>
   </feature>
   <feature url="features/org.eclipse.e4.tools.emf.liveeditor.feature.source_0.15.0.qualifier.jar" id="org.eclipse.e4.tools.emf.liveeditor.feature.source" version="0.15.0.qualifier">
      <category name="org.eclipse.e4.tools.emf.liveeditor.feature"/>
   </feature>
   <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">
      <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>
   <feature url="features/org.eclipse.e4.tools.context.spy.feature_0.1.0.qualifier.jar" id="org.eclipse.e4.tools.context.spy.feature" version="0.1.0.qualifier">
      <category name="org.eclipse.e4.tools.context.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="Eclipse 4 - CSS Spy"/>
   <category-def name="org.eclipse.e4.tools.e3x.bridge" label="Eclipse 4 - 3.x  Bridge"/>
   <category-def name="org.eclipse.e4.tools.css.editor" label="Eclipse 4 - CSS File Editor"/>
   <category-def name="org.eclipse.e4.tools.event.spy" label="Eclipse 4 - Event Spy"/>
   <category-def name="org.eclipse.e4.tools.context.spy" label="Eclipse 4 - Context Spy"/>
</site>

Back to the top