Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-08-10 16:26:07 +0000
committermkersten2005-08-10 16:26:07 +0000
commit2e565a1a2ffd7668c72fa139bab0007623656c4c (patch)
treeb83b6bcad988b3cb86097341add917f8ddba7cd6
parent38dae1dd160e796232eb9df0a7c58c46bec650ca (diff)
downloadorg.eclipse.mylyn.tasks-2e565a1a2ffd7668c72fa139bab0007623656c4c.tar.gz
org.eclipse.mylyn.tasks-2e565a1a2ffd7668c72fa139bab0007623656c4c.tar.xz
org.eclipse.mylyn.tasks-2e565a1a2ffd7668c72fa139bab0007623656c4c.zip
Improved feature names
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index ca54f2404..91b3c7f10 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.mylar_feature"
- label="org.eclipse.mylar-feature"
+ label="Mylar IDE"
version="0.3.3.1"
provider-name="University of British Columbia"
plugin="org.eclipse.mylar">
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index c7d6ef877..f56b11fa6 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.mylar.bugzilla_feature"
- label="org.eclipse.mylar.bugzilla-feature"
+ label="Bugzilla Client"
version="0.3.3.1"
provider-name="University of British Columbia"
plugin="org.eclipse.mylar.bugzilla.core">

Back to the top