Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties4
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties4
3 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties b/org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties
index aa53b195b..690fa783f 100644
--- a/org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties
@@ -9,5 +9,5 @@
# Tasktop Technologies - initial API and implementation
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.index.core
-Bundle-Vendor = Eclipse.org
-Bundle-Name = Tasks Index \ No newline at end of file
+Bundle-Vendor = Eclipse Mylyn
+Bundle-Name = Mylyn Tasks Index \ No newline at end of file
diff --git a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
index d58489efa..42109e411 100644
--- a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.ui;singleton:=true
Bundle-Version: 3.8.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
diff --git a/org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties b/org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties
index a99257c88..625d951e3 100644
--- a/org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties
@@ -9,6 +9,8 @@
# Tasktop Technologies - initial API and implementation
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.index.ui
-Bundle-Name = Index
+Bundle-Vendor = Eclipse Mylyn
+Bundle-Name = Mylyn Tasks Index
+
command.name = Refresh Search Index
command.label = Refresh Search Index \ No newline at end of file

Back to the top