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.bugzilla.tests/META-INF
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.bugzilla.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF22
1 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index 930253e9e..923ed8e47 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Tests Plug-in
-Bundle-SymbolicName: org.eclipse.mylar.bugzilla.tests
+Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests
Bundle-Version: 0.0.0
-Bundle-Activator: org.eclipse.mylar.bugzilla.tests.BugzillaTestPlugin
+Bundle-Activator: org.eclipse.mylyn.bugzilla.tests.BugzillaTestPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
@@ -12,18 +12,18 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
- org.eclipse.mylar.bugzilla.core,
- org.eclipse.mylar.bugzilla.ui,
- org.eclipse.mylar.tasks.ui,
- org.eclipse.mylar.core.tests,
- org.eclipse.mylar.tasks.tests,
- org.eclipse.mylar.context.core,
- org.eclipse.mylar.tasks.core,
+ org.eclipse.mylyn.bugzilla.core,
+ org.eclipse.mylyn.bugzilla.ui,
+ org.eclipse.mylyn.tasks.ui,
+ org.eclipse.mylyn.core.tests,
+ org.eclipse.mylyn.tasks.tests,
+ org.eclipse.mylyn.context.core,
+ org.eclipse.mylyn.tasks.core,
org.eclipse.ui.forms,
- org.eclipse.mylar,
+ org.eclipse.mylyn,
org.eclipse.search
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar
-Export-Package: org.eclipse.mylar.bugzilla.tests
+Export-Package: org.eclipse.mylyn.bugzilla.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top