Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-08-23 16:12:35 +0000
committermkersten2006-08-23 16:12:35 +0000
commit7a982c362f0ab7809a6a9339115d6ed9c0f82571 (patch)
tree32b9948e2ec7e6f981ee7faa799c6312259fff2c /org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
parent5a8c77970f4f0ca1edc2de2269f5a6d86e31690f (diff)
downloadorg.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.tar.gz
org.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.tar.xz
org.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.zip
Progress on: 154876: extract trac.core plug-in from trac.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154876
Diffstat (limited to 'org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF15
1 files changed, 4 insertions, 11 deletions
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index ca303f65d..9d77c4c61 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -1,20 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Mylar Trac UI Plug-in
-Bundle-SymbolicName: org.eclipse.mylar.trac.ui;singleton:=true
+Bundle-Name: Mylar Trac Core Plug-in
+Bundle-SymbolicName: org.eclipse.mylar.trac.core;singleton:=true
Bundle-Version: 0.6.1.v20060821-1900
-Bundle-Activator: org.eclipse.mylar.internal.trac.TracUiPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui,
- org.eclipse.ui.forms,
- org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylar.context.core,
- org.eclipse.mylar.tasks.ui,
org.eclipse.mylar.tasks.core,
org.eclipse.search
Eclipse-LazyStart: true
-Export-Package: org.eclipse.mylar.internal.trac,
- org.eclipse.mylar.internal.trac.core,
- org.eclipse.mylar.internal.trac.model,
- org.eclipse.mylar.internal.trac.ui.wizard
+Export-Package: org.eclipse.mylar.trac.core.internal

Back to the top