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

Back to the top