Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-05 02:06:32 +0000
committerspingel2008-06-05 02:06:32 +0000
commit3376d7a974962dea614f95b2b3cd69ca6e39e785 (patch)
treee35538475ddfb9115021d529fcdca2decb638e63 /org.eclipse.mylyn.tasks.bugs/META-INF
parent932d90733f83f08e466bab40f2ee64ecc368959d (diff)
downloadorg.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.tar.gz
org.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.tar.xz
org.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.zip
NEW - bug 212209: provide a flexible bug reporting facility
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212209
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index 07eb73b06..8e7d8b36b 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
@@ -13,10 +13,10 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.tasks.bugs;x-internal:=true,
+Export-Package: org.eclipse.mylyn.internal.provisional.tasks.bugs,
+ org.eclipse.mylyn.internal.tasks.bugs;x-internal:=true,
org.eclipse.mylyn.internal.tasks.bugs.actions;x-internal:=true,
- org.eclipse.mylyn.internal.tasks.bugs.wizards;x-internal:=true,
- org.eclipse.mylyn.tasks.bugs
+ org.eclipse.mylyn.internal.tasks.bugs.wizards;x-internal:=true
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.mylyn.internal.tasks.bugs.TasksBugsPlugin

Back to the top