bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.wst.jsdt.web.core; singleton:=true |
| 5 | Bundle-Version: 1.2.0.v200611161411 |
| 6 | Bundle-Activator: org.eclipse.wst.jsdt.web.core.internal.JSPCorePlugin |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.wst.jsdt.web.core.internal;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 10 | org.eclipse.wst.jsdt.web.core.internal.contentproperties;x-friends:="org.eclipse.wst.jsdt.web.ui", |
| 11 | org.eclipse.wst.jsdt.web.core.internal.contenttype;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 12 | org.eclipse.wst.jsdt.web.core.internal.encoding;x-friends:="org.eclipse.wst.jsdt.web.ui", |
| 13 | org.eclipse.wst.jsdt.web.core.internal.java;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 14 | org.eclipse.wst.jsdt.web.core.internal.java.search;x-friends:="org.eclipse.wst.jsdt.web.ui", |
| 15 | org.eclipse.wst.jsdt.web.core.internal.modelhandler;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 16 | org.eclipse.wst.jsdt.web.core.internal.preferences;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 17 | org.eclipse.wst.jsdt.web.core.internal.provisional.contenttype;x-friends:="org.eclipse.wst.jsdt.web.ui", |
| 18 | org.eclipse.wst.jsdt.web.core.internal.provisional.text;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 19 | org.eclipse.wst.jsdt.web.core.internal.tasks;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 20 | org.eclipse.wst.jsdt.web.core.internal.validation;x-friends:="org.eclipse.wst.jsdt.web.ui", |
bchilds | 133806a | 2007-03-27 15:52:39 +0000 | [diff] [blame] | 21 | org.eclipse.wst.jsdt.web.core.text |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 22 | Require-Bundle: com.ibm.icu;bundle-version="[3.4.4,4.0.0)", |
| 23 | org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| 24 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| 25 | org.eclipse.core.filebuffers;bundle-version="[3.2.0,4.0.0)", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 26 | org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)", |
| 27 | org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 28 | org.eclipse.wst.html.core;bundle-version="[1.1.0,1.2.0)", |
| 29 | org.eclipse.wst.validation;bundle-version="[1.1.0,1.2.0)", |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 30 | org.eclipse.jface.text, |
bchilds | d01b1ea | 2007-03-02 16:52:19 +0000 | [diff] [blame] | 31 | org.eclipse.wst.jsdt.core, |
bchilds | fdd9911 | 2007-03-13 03:06:54 +0000 | [diff] [blame] | 32 | org.eclipse.wst.jsdt.ui, |
| 33 | org.eclipse.wst.common.project.facet.core |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 34 | Eclipse-LazyStart: true; exceptions="org.eclipse.wst.jsdt.web.core.internal.contenttype" |
bchilds | 18fd388 | 2007-06-01 22:50:47 +0000 | [diff] [blame^] | 35 | Import-Package: org.eclipse.swt.widgets, |
| 36 | org.eclipse.wst.common.componentcore, |
bchilds | f1de285 | 2007-05-07 21:12:46 +0000 | [diff] [blame] | 37 | org.eclipse.wst.common.componentcore.internal.util, |
bchilds | 18fd388 | 2007-06-01 22:50:47 +0000 | [diff] [blame^] | 38 | org.eclipse.wst.common.componentcore.resources |