Steffen Pingel | 7d11435 | 2011-11-24 13:50:25 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %Bundle-Name |
| 4 | Bundle-SymbolicName: org.eclipse.mylyn.web.tasks;singleton:=true |
| 5 | Bundle-Version: 3.7.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.mylyn.internal.web.tasks.TasksWebPlugin |
| 7 | Bundle-Vendor: %Bundle-Vendor |
| 8 | Require-Bundle: com.sun.syndication;bundle-version="0.9.0", |
| 9 | org.jdom;bundle-version="1.0.0", |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.ui, |
| 12 | org.eclipse.ui.forms, |
| 13 | org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)", |
| 14 | org.eclipse.mylyn.commons.net;bundle-version="[3.0.0,4.0.0)", |
| 15 | org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)", |
Steffen Pingel | d25e44d | 2011-12-03 22:54:14 +0100 | [diff] [blame] | 16 | org.eclipse.mylyn.commons.workbench;bundle-version="[3.0.0,4.0.0)", |
Steffen Pingel | 7d11435 | 2011-11-24 13:50:25 +0100 | [diff] [blame] | 17 | org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)", |
| 18 | org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)" |
| 19 | Bundle-ActivationPolicy: lazy |
| 20 | Export-Package: org.eclipse.mylyn.internal.web.tasks;x-internal:=true |
| 21 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 22 | Bundle-Localization: plugin |