Skip to main content
summaryrefslogtreecommitdiffstats
blob: 469b27b75aad540bdfe84a7a640372617a7cea25 (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.16.2.qualifier.jar" id="org.eclipse.osee.ats.feature" version="0.16.2.qualifier">
      <category name="org.eclipse.osee.ats"/>
   </feature>
   <feature url="features/org.eclipse.osee.ats.feature.source_0.16.2.qualifier.jar" id="org.eclipse.osee.ats.feature.source" version="0.16.2.qualifier">
      <category name="org.eclipse.osee.ats"/>
   </feature>
   <feature url="features/org.eclipse.osee.ats.client.demo.feature_0.16.2.qualifier.jar" id="org.eclipse.osee.ats.client.demo.feature" version="0.16.2.qualifier">
      <category name="org.eclipse.osee.ats.client.demo"/>
   </feature>
   <feature url="features/org.eclipse.osee.ats.client.demo.feature.source_0.16.2.qualifier.jar" id="org.eclipse.osee.ats.client.demo.feature.source" version="0.16.2.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