Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/reviews-site/site.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/releng/reviews-site/site.xml b/releng/reviews-site/site.xml
index 733793dd0..df16c3e8a 100644
--- a/releng/reviews-site/site.xml
+++ b/releng/reviews-site/site.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009 Tasktop Technologies and others.
+ 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
@@ -18,23 +18,29 @@
<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.r4e.feature_0.0.0.jar" id="org.eclipse.mylyn.reviews.r4e.feature" version="0.0.0">
- <category name="Integration"/>
+ <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>
<category-def name="Features" label="Mylyn Reviews Features">
<description>
The Mylyn Reviews tools.
</description>
</category-def>
- <category-def name="Integration" label="Mylyn Reviews Integration">
+ <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 Plug-in Development">
+ <category-def name="SDK" label="Mylyn Reviews SDK and Framework">
<description>
Source code and documentation for integrators building on Mylyn Reviews.
</description>

Back to the top