Skip to main content
summaryrefslogtreecommitdiffstats
blob: 91735df754a307e8d41f3255943b7780c52d5711 (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
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/org.eclipse.osee.client.feature_0.24.0.qualifier.jar" id="org.eclipse.osee.client.feature" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client"/>
   </feature>
   <feature url="features/org.eclipse.osee.client.feature.source_0.24.0.qualifier.jar" id="org.eclipse.osee.client.feature.source" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client"/>
   </feature>
   <feature url="features/org.eclipse.osee.client.test.framework.feature_0.24.0.qualifier.jar" id="org.eclipse.osee.client.test.framework.feature" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client.test"/>
   </feature>
   <feature url="features/org.eclipse.osee.client.test.framework.feature.source_0.24.0.qualifier.jar" id="org.eclipse.osee.client.test.framework.feature.source" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client.test"/>
   </feature>
   <feature url="features/org.eclipse.osee.client.demo.feature_0.24.0.qualifier.jar" id="org.eclipse.osee.client.demo.feature" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client.demo"/>
   </feature>
   <feature url="features/org.eclipse.osee.client.demo.feature.source_0.24.0.qualifier.jar" id="org.eclipse.osee.client.demo.feature.source" version="0.24.0.qualifier">
      <category name="org.eclipse.osee.client.demo"/>
   </feature>
   
   <category-def name="org.eclipse.osee.client" label="Eclipse OSEE Client - (Incubation)">
      <description>
         Eclipse OSEE Client - (Incubation)
      </description>
   </category-def>
   <category-def name="org.eclipse.osee.client.demo" label="Eclipse OSEE Client Demo - (Incubation)">
      <description>
         Eclipse OSEE Client Demo - (Incubation)
      </description>   
   </category-def>      
   <category-def name="org.eclipse.osee.client.test" label="Eclipse OSEE Client Test Framework - (Incubation)">
      <description>
         Eclipse OSEE Client Test Framework - (Incubation)
      </description>
   </category-def>
</site>

Back to the top