dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 3 | Bundle-Name: %pluginName |
Florian Thienel | 1af74b9 | 2012-09-23 11:47:58 +0200 | [diff] [blame] | 4 | Bundle-Version: 1.1.0.qualifier |
dacarver | 30a54be | 2008-10-31 14:41:03 +0000 | [diff] [blame] | 5 | Bundle-Vendor: %providerName |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 6 | Bundle-SymbolicName: org.eclipse.vex.core;singleton:=true |
Florian Thienel | 194e90f | 2013-09-01 11:08:29 +0200 | [diff] [blame] | 7 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)", |
| 8 | org.eclipse.ui;bundle-version="[3.9.0,4.0.0)", |
dacarver | 8d5a63d | 2008-10-28 14:11:53 +0000 | [diff] [blame] | 9 | org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)", |
Florian Thienel | bc8bb3f | 2013-06-25 19:53:33 +0200 | [diff] [blame] | 10 | org.eclipse.wst.dtd.core;bundle-version="[1.1.0,2.0.0)", |
Florian Thienel | 194e90f | 2013-09-01 11:08:29 +0200 | [diff] [blame] | 11 | org.eclipse.wst.common.uriresolver;bundle-version="[1.2.0,2.0.0)", |
Florian Thienel | bc8bb3f | 2013-06-25 19:53:33 +0200 | [diff] [blame] | 12 | org.eclipse.wst.xsd.core;bundle-version="[1.1.0,2.0.0)", |
Florian Thienel | 1627442 | 2011-12-09 23:39:56 +0100 | [diff] [blame] | 13 | org.w3c.css.sac;bundle-version="[1.3.0,2.0.0)", |
| 14 | org.apache.batik.css;bundle-version="1.7.0", |
chi | 5660b2f | 2013-06-21 22:06:44 +0200 | [diff] [blame] | 15 | org.apache.batik.util;bundle-version="1.7.0", |
Carsten Hiesserich | ba91128 | 2013-09-29 10:37:16 +0200 | [diff] [blame] | 16 | org.eclipse.xsd;bundle-version="[2.9.0,3.0.0)", |
| 17 | org.eclipse.jface.text;bundle-version="[3.8.0,4.0.0)" |
Florian Thienel | 6d7664d | 2013-02-09 16:22:23 +0100 | [diff] [blame] | 18 | Export-Package: org.eclipse.vex.core, |
Florian Thienel | 8d649f6 | 2014-03-14 20:07:01 +0100 | [diff] [blame^] | 19 | org.eclipse.vex.core.internal;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 20 | org.eclipse.vex.core.internal.core;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 21 | org.eclipse.vex.core.internal.css;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 22 | org.eclipse.vex.core.internal.dom;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 23 | org.eclipse.vex.core.internal.io;x-friends:="org.eclipse.vex.core.tests,org.eclipse.vex.ui,org.eclipse.vex.ui.tests", |
| 24 | org.eclipse.vex.core.internal.layout;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 25 | org.eclipse.vex.core.internal.undo;x-friends:="org.eclipse.vex.core.tests,org.eclipse.vex.ui,org.eclipse.vex.ui.tests", |
| 26 | org.eclipse.vex.core.internal.validator;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 27 | org.eclipse.vex.core.internal.widget;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
| 28 | org.eclipse.vex.core.internal.widget.swt;x-friends:="org.eclipse.vex.ui,org.eclipse.vex.core.tests,org.eclipse.vex.ui.tests", |
Florian Thienel | e94342c | 2013-02-17 19:25:05 +0100 | [diff] [blame] | 29 | org.eclipse.vex.core.provisional.dom;uses:="org.eclipse.vex.core.internal.dom" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 30 | Bundle-Activator: org.eclipse.vex.core.internal.VEXCorePlugin |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 31 | Bundle-Localization: plugin |
Florian Thienel | 1627442 | 2011-12-09 23:39:56 +0100 | [diff] [blame] | 32 | Bundle-ClassPath: . |
dacarver | 4975934 | 2008-10-20 22:58:42 +0000 | [diff] [blame] | 33 | Bundle-ActivationPolicy: lazy |
Carsten Hiesserich | 84651c4 | 2013-09-05 14:14:33 +0200 | [diff] [blame] | 34 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 35 | |