Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2008-12-15 23:48:20 +0000
committerrelves2008-12-15 23:48:20 +0000
commite891b7e68f45dcc92d1fa59bdf89f7b1a4d60b1c (patch)
treec6a14e63625202f68bc05fc4ab61dc722bf263bd /org.eclipse.mylyn.bugzilla.core/META-INF
parentddd6517f7422a156147da8ebcce8270659a8506b (diff)
downloadorg.eclipse.mylyn.tasks-e891b7e68f45dcc92d1fa59bdf89f7b1a4d60b1c.tar.gz
org.eclipse.mylyn.tasks-e891b7e68f45dcc92d1fa59bdf89f7b1a4d60b1c.tar.xz
org.eclipse.mylyn.tasks-e891b7e68f45dcc92d1fa59bdf89f7b1a4d60b1c.zip
NEW - bug 253053: externalize strings for org.eclipse.mylyn.bugzilla.*
https://bugs.eclipse.org/bugs/show_bug.cgi?id=253053
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 230a409f4..1fde9c257 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Mylyn Bugzilla Connector Core
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
@@ -10,8 +10,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.core.net
Bundle-ActivationPolicy: lazy
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.internal.bugzilla.core;x-friends:="org.eclipse.mylyn.bugzilla.ide,org.eclipse.mylyn.bugzilla.ui",
org.eclipse.mylyn.internal.bugzilla.core.history;x-friends:="org.eclipse.mylyn.bugzilla.ide,org.eclipse.mylyn.bugzilla.ui"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Localization: plugin

Back to the top