Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8b4d8c114..cfd1c963b 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="Mylar for Eclipse SDK"
+ label="Mylar IDE Integration"
version="0.4.0"
provider-name="Eclipse.org"
plugin="org.eclipse.mylar">
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 4f7a4d7e6..32c5f340b 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -7,7 +7,7 @@
plugin="org.eclipse.mylar.bugzilla.core">
<description>
- For those using Bugzilla or reporting bugs to eclipse.org. Can be used standalone.
+ Bugzilla client integrated with Eclipse and Mylar, can be used standalone.
</description>
<license url="http://www.eclipse.org/legal/epl-v10.html">

Back to the top