Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-08 00:36:02 +0000
committermkersten2007-06-08 00:36:02 +0000
commitb0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a (patch)
tree556ae0bd4391b3766091de98cc3d99903fb44281 /org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
parent539c7615dacd64aaf5ad8e91b2305429290df289 (diff)
downloadorg.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.gz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.xz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.zip
NEW - bug 191406: rename Mylar project to Mylyn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191406
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 6b7ff8a2a..4b716c258 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Tasks Core Plug-in
-Bundle-SymbolicName: org.eclipse.mylar.tasks.core;singleton:=true
+Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true
Bundle-Version: 2.0.0.v20070607-1200
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.mylar.context.core,
- org.eclipse.mylar
-Export-Package: org.eclipse.mylar.internal.tasks.core,
- org.eclipse.mylar.tasks.core
+ org.eclipse.mylyn.context.core,
+ org.eclipse.mylyn
+Export-Package: org.eclipse.mylyn.internal.tasks.core,
+ org.eclipse.mylyn.tasks.core

Back to the top