Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5917b406ba50620cd9e2716b43d3ae05ff222e11 (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
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2011 Tasktop Technologies and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    Contributors:
         Tasktop Technologies - initial API and implementation
 -->
<site pack200="true">
   <description url="http://download.eclipse.org/mylyn/reviews/0.7">
      Mylyn Reviews for Eclipse 3.5, 3.6 and 3.7
   </description>
   <feature url="features/org.eclipse.mylyn.reviews.tasks_0.0.0.jar" id="org.eclipse.mylyn.reviews.tasks" version="0.0.0">
      <category name="Features"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.reviews.r4e.feature_0.0.0.jar" id="org.eclipse.mylyn.reviews.r4e.feature" version="0.0.0">
      <category name="Features"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.gerrit.feature_0.0.0.jar" id="org.eclipse.mylyn.gerrit.feature" version="0.0.0">
      <category name="Integration"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.reviews.feature_0.0.0.jar" id="org.eclipse.mylyn.reviews.feature" version="0.0.0">
      <category name="SDK"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.reviews.sdk.feature_0.0.0.jar" id="org.eclipse.mylyn.reviews.sdk.feature" version="0.0.0">
      <category name="SDK"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.reviews.r4e.reports_0.9.0.qualifier.jar" id="org.eclipse.mylyn.reviews.r4e.reports" version="0.9.0.qualifier">
      <category name="Integration"/>
   </feature>
   <category-def name="Features" label="Mylyn Reviews Features">
      <description>
         The Mylyn Reviews tools.
      </description>
   </category-def>
   <category-def name="Integration" label="Mylyn Reviews Integrations">
      <description>
         Mylyn Reviews connectors that integrate with review systems.
      </description>
   </category-def>
   <category-def name="SDK" label="Mylyn Reviews SDK and Framework">
      <description>
         Source code and documentation for integrators building on Mylyn Reviews.
      </description>
   </category-def>
</site>

Back to the top