david_williams | 88e9b51 | 2007-11-21 01:52:09 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.wst.xsl.ui;singleton:=true |
david_williams | fb7e28f | 2008-02-26 15:23:20 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.5.0.qualifier |
dsatchwel | 134fc76 | 2008-04-10 09:51:31 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.wst.xsl.ui.internal.XSLUIPlugin |
david_williams | 88e9b51 | 2007-11-21 01:52:09 +0000 | [diff] [blame] | 7 | Bundle-Localization: plugin |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame] | 8 | Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", |
| 9 | org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame] | 10 | org.eclipse.wst.xml.core;bundle-version="[1.1.300,2.0.0)", |
| 11 | org.eclipse.ui.console;bundle-version="[3.2.0,4.0.0)", |
| 12 | org.eclipse.debug.ui;bundle-version="[3.3.100,4.0.0)", |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame] | 13 | org.eclipse.ui.navigator.resources;bundle-version="[3.3.0,4.0.0)", |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame] | 14 | org.eclipse.wst.sse.ui;bundle-version="[1.1.0,2.0.0)", |
dacarver | 8d10b3f | 2008-03-29 14:34:36 +0000 | [diff] [blame] | 15 | org.apache.xalan;bundle-version="[2.7.1,2.8.0)", |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame] | 16 | org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)", |
| 17 | org.eclipse.wst.xml.ui;bundle-version="[1.0.400,2.0.0)", |
| 18 | org.eclipse.wst.sse.core;bundle-version="[1.1.300,2.0.0)", |
| 19 | org.eclipse.wst.xsl.core;bundle-version="[0.5.0,1.0.0)", |
| 20 | org.eclipse.ui.workbench.texteditor;bundle-version="[3.4.0,4.0.0)", |
| 21 | org.eclipse.wst.validation;bundle-version="[1.1.103,2.0.0)", |
dsatchwel | d5afee1 | 2008-05-03 14:39:07 +0000 | [diff] [blame] | 22 | org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)", |
dacarver | 7594d7d | 2008-05-09 01:00:27 +0000 | [diff] [blame] | 23 | org.eclipse.ui.forms;bundle-version="3.3.100", |
dacarver | 02ea193 | 2008-05-11 19:06:53 +0000 | [diff] [blame] | 24 | org.eclipse.wst.xml.xpath.ui;bundle-version="[0.5.0,1.0.0)", |
| 25 | org.eclipse.wst.xml.xpath.core;bundle-version="0.5.0" |
david_williams | 88e9b51 | 2007-11-21 01:52:09 +0000 | [diff] [blame] | 26 | Bundle-Vendor: %providerName |
| 27 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
dacarver | 570b119 | 2008-04-13 17:44:50 +0000 | [diff] [blame] | 28 | Export-Package: org.eclipse.wst.xsl.ui.internal;x-internal:=true, |
| 29 | org.eclipse.wst.xsl.ui.internal.actions;x-internal:=true, |
| 30 | org.eclipse.wst.xsl.ui.internal.contentassist;x-internal:=true, |
dacarver | 0e874ad | 2008-05-29 00:50:26 +0000 | [diff] [blame] | 31 | org.eclipse.wst.xsl.ui.internal.doubleclick, |
dacarver | 570b119 | 2008-04-13 17:44:50 +0000 | [diff] [blame] | 32 | org.eclipse.wst.xsl.ui.internal.editor;x-internal:=true, |
dacarver | 02ea193 | 2008-05-11 19:06:53 +0000 | [diff] [blame] | 33 | org.eclipse.wst.xsl.ui.internal.handlers;x-internal:=true, |
dacarver | 570b119 | 2008-04-13 17:44:50 +0000 | [diff] [blame] | 34 | org.eclipse.wst.xsl.ui.internal.perspective;x-internal:=true, |
| 35 | org.eclipse.wst.xsl.ui.internal.preferences;x-internal:=true, |
| 36 | org.eclipse.wst.xsl.ui.internal.style;x-internal:=true, |
| 37 | org.eclipse.wst.xsl.ui.internal.templates;x-internal:=true, |
| 38 | org.eclipse.wst.xsl.ui.internal.util;x-internal:=true, |
| 39 | org.eclipse.wst.xsl.ui.internal.validation;x-internal:=true, |
| 40 | org.eclipse.wst.xsl.ui.internal.wizards;x-internal:=true |
dsatchwel | b55a87c | 2008-04-30 15:04:52 +0000 | [diff] [blame] | 41 | Bundle-ActivationPolicy: lazy |