| author | Steffen Pingel | 2012-03-22 14:35:45 (EDT) |
|---|---|---|
| committer | Steffen Pingel | 2012-03-22 14:35:45 (EDT) |
| commit | a0d2736aa517bf89b347226bd914ff1d2cd151dc (patch) (side-by-side diff) | |
| tree | a775337af2347472add094e2b4b7858d3c86f531 | |
| parent | 4c81b9dc64caeaad9366f103a6e387bf77fa06f6 (diff) | |
| download | org.eclipse.mylyn.tasks-a0d2736aa517bf89b347226bd914ff1d2cd151dc.zip org.eclipse.mylyn.tasks-a0d2736aa517bf89b347226bd914ff1d2cd151dc.tar.gz org.eclipse.mylyn.tasks-a0d2736aa517bf89b347226bd914ff1d2cd151dc.tar.bz2 | |
NEW - bug 374783: fix branding of o.e.mylyn.tasks.index.ui bundle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374783
Change-Id: I38ecff43246c9b43256228b4e6e4a185f47295ca
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 aa53b19..690fa78 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 d58489e..42109e4 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 a99257c..625d951 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 |

