Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-12-04 00:58:10 +0000
committerspingel2008-12-04 00:58:10 +0000
commit496578e11bfc15ee2e4f872e7fd4a101b3f6086c (patch)
tree1aed1de685348278b9e4e601f2fcb65c9a465fbb /org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
parentc361a4688e4e58b65064d5fbcc9d1cab644a5ae6 (diff)
downloadorg.eclipse.mylyn.tasks-496578e11bfc15ee2e4f872e7fd4a101b3f6086c.tar.gz
org.eclipse.mylyn.tasks-496578e11bfc15ee2e4f872e7fd4a101b3f6086c.tar.xz
org.eclipse.mylyn.tasks-496578e11bfc15ee2e4f872e7fd4a101b3f6086c.zip
NEW - bug 253125: externalize strings for org.eclipse.mylyn.tasks.*
https://bugs.eclipse.org/bugs/show_bug.cgi?id=253125
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index f450e6679..c77e90fd4 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Mylyn Bug Reporting
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.bugs;singleton:=true
Bundle-Version: 3.1.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)"
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.bugs,

Back to the top