Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Sewe2016-02-12 18:52:05 +0000
committerGerrit Code Review @ Eclipse.org2016-02-19 23:51:42 +0000
commitf09f773bc622943bcc870d6b71beece7d1993d63 (patch)
tree6eb7ae9b30c315f3a122a170188a5e39f1134dd1
parent3b77e6c062d573ce5d91e6a5b4ab7243705963ec (diff)
downloadorg.eclipse.mylyn.tasks-f09f773bc622943bcc870d6b71beece7d1993d63.tar.gz
org.eclipse.mylyn.tasks-f09f773bc622943bcc870d6b71beece7d1993d63.tar.xz
org.eclipse.mylyn.tasks-f09f773bc622943bcc870d6b71beece7d1993d63.zip
487206: *.core and *.ui bundles named inconsistently (Bundle-Name)
Change-Id: I3254b5198f6a75d434a0f73f999adfa986056f37 Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.properties2
-rw-r--r--org.eclipse.mylyn.tasks.index.core/OSGI-INF/l10n/bundle.properties2
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/OSGI-INF/l10n/bundle.properties2
-rw-r--r--org.eclipse.mylyn.tasks.search/plugin.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.properties b/org.eclipse.mylyn.tasks.core/plugin.properties
index f05797103..9482575f1 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.properties
+++ b/org.eclipse.mylyn.tasks.core/plugin.properties
@@ -10,4 +10,4 @@
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.core
Bundle-Vendor = Eclipse Mylyn
-Bundle-Name = Mylyn Tasks
+Bundle-Name = Mylyn Tasks Core
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 091126ed6..3fd95ffd2 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
@@ -10,4 +10,4 @@
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.index.core
Bundle-Vendor = Eclipse Mylyn
-Bundle-Name = Mylyn Tasks Index \ No newline at end of file
+Bundle-Name = Mylyn Tasks Index Core \ No newline at end of file
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 625d951e3..5fe0532a0 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
@@ -10,7 +10,7 @@
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.index.ui
Bundle-Vendor = Eclipse Mylyn
-Bundle-Name = Mylyn Tasks Index
+Bundle-Name = Mylyn Tasks Index UI
command.name = Refresh Search Index
command.label = Refresh Search Index \ No newline at end of file
diff --git a/org.eclipse.mylyn.tasks.search/plugin.properties b/org.eclipse.mylyn.tasks.search/plugin.properties
index a9860710c..ef857db2c 100644
--- a/org.eclipse.mylyn.tasks.search/plugin.properties
+++ b/org.eclipse.mylyn.tasks.search/plugin.properties
@@ -10,7 +10,7 @@
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.ui
Bundle-Vendor = Eclipse Mylyn
-Bundle-Name = Mylyn Tasks UI
+Bundle-Name = Mylyn Tasks Search
duplicateDetectors.name = Stack Trace
repositorySearchPage.name = Task Search Page

Back to the top