RESOLVED - bug 225215: [m2.3.2] rename categories on update site
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225215
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 cc2c927..afe91d8 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>