Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dc1286381cc4db466d67b3182e115ebd4db36d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<site associateSitesURL="associateSites.xml" mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.4&amp;format=xml">
   <feature url="features/test.feature_1.0.0.jar" id="test.feature" version="1.0.0">
     <category name="Test Category"/>
   </feature>
   <category-def label="Test Category Label" name="Test Category">
      <description>Test Category Description</description>
   </category-def>
</site>

Back to the top