Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-03 07:03:37 +0000
committerspingel2008-04-03 07:03:37 +0000
commit0e0f306f0c9cff27b6d49ca903c58989f3138cf7 (patch)
treed9d1feaa48b6641edd63a19537a442a7ac106548
parentaac796f884540bceaa54b8ab80e23e3857a9a308 (diff)
downloadorg.eclipse.mylyn-0e0f306f0c9cff27b6d49ca903c58989f3138cf7.tar.gz
org.eclipse.mylyn-0e0f306f0c9cff27b6d49ca903c58989f3138cf7.tar.xz
org.eclipse.mylyn-0e0f306f0c9cff27b6d49ca903c58989f3138cf7.zip
RESOLVED - bug 225215: [m2.3.2] rename categories on update siteR_2_3_2_e_3_3R_2_3_2e_3_4_m_2_x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225215
-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