Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-08 18:51:40 +0000
committermkersten2007-06-08 18:51:40 +0000
commitd6d70330ed5f27cb021fe253d2d991fe1183813c (patch)
tree2c18591bf33bc415f33a8a11ab6d5ab334639767
parent8724cdcfd3f1901f2daa614ba905b4b4ac61e4ed (diff)
downloadorg.eclipse.mylyn.tasks-d6d70330ed5f27cb021fe253d2d991fe1183813c.tar.gz
org.eclipse.mylyn.tasks-d6d70330ed5f27cb021fe253d2d991fe1183813c.tar.xz
org.eclipse.mylyn.tasks-d6d70330ed5f27cb021fe253d2d991fe1183813c.zip
NEW - bug 191755: [api] review and revise class and extension point ID naming
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191755
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml6
2 files changed, 2 insertions, 6 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 451ec9bb5..2fbd031ff 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.mylar_feature"
+ id="org.eclipse.mylyn_feature"
label="Mylar Task List (Required)"
version="2.0.0.v20070607-1200"
provider-name="Eclipse.org"
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index b4d0099a9..1cd11d3c1 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -43,11 +43,7 @@
</extension>
<extension point="org.eclipse.ui.views">
- <category name="Mylyn" id="org.eclipse.mylyn.ui"/>
- </extension>
-
- <extension
- point="org.eclipse.ui.views">
+ <category name="Task Management" id="org.eclipse.mylyn.ui"/>
<view
allowMultiple="true"
category="org.eclipse.mylyn.ui"

Back to the top