Skip to main content
summaryrefslogtreecommitdiffstats
blob: 41c966787f62daa2e55f044db86addde2bfefa60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/Verifier_0.0.0.jar" id="Verifier" version="0.0.0">
      <category name="c1"/>
   </feature>
   <feature url="features/p2TestFeature1_0.0.0.jar" id="p2TestFeature1" version="0.0.0">
      <category name="c1"/>
   </feature>
   <feature url="features/p2TestFeature2_0.0.0.jar" id="p2TestFeature2" version="0.0.0">
      <category name="c1"/>
   </feature>
   <category-def name="c1" label="c1"/>
</site>

Back to the top