Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.releng/3.4/config/extras-site.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.releng/3.4/config/extras-site.xml b/org.eclipse.mylyn.releng/3.4/config/extras-site.xml
index cc2c9273..afe91d8b 100644
--- a/org.eclipse.mylyn.releng/3.4/config/extras-site.xml
+++ b/org.eclipse.mylyn.releng/3.4/config/extras-site.xml
@@ -4,17 +4,17 @@
Mylyn Extras for Eclipse 3.3 and 3.4
</description>
<feature url="features/org.eclipse.mylyn.jira_feature_@core@.jar" id="org.eclipse.mylyn.jira_feature" version="@core@">
- <category name="Integration"/>
+ <category name="IntegrationExtras"/>
</feature>
<feature url="features/org.eclipse.mylyn.xplanner_feature_@core@.jar" id="org.eclipse.mylyn.xplanner_feature" version="@core@">
- <category name="Integration"/>
+ <category name="IntegrationExtras"/>
</feature>
<feature url="features/org.eclipse.mylyn.web.tasks_feature_@core@.jar" id="org.eclipse.mylyn.web.tasks_feature" version="@core@">
- <category name="Integration"/>
+ <category name="IntegrationExtras"/>
</feature>
<feature url="features/org.eclipse.mylyn.monitor_feature_@core@.jar" id="org.eclipse.mylyn.monitor_feature" version="@core@">
<category name="Feedback"/>
</feature>
- <category-def name="Integration" label="Mylyn Integration Extras"/>
+ <category-def name="IntegrationExtras" label="Mylyn Integration Extras"/>
<category-def name="Feedback" label="Mylyn Feedback"/>
</site>

Back to the top