Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 95243521711ea29eb0e84a9a8ea12ff89d5a0c76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.wst.jsdt.web.core;singleton:=true
Bundle-Version: 1.0.801.qualifier
Bundle-Activator: org.eclipse.wst.jsdt.web.core.internal.JsCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.jsdt.web.core.internal;x-internal:=true,
 org.eclipse.wst.jsdt.web.core.internal.modelhandler;x-internal:=true,
 org.eclipse.wst.jsdt.web.core.internal.project;x-internal:=true;
  uses:="org.eclipse.wst.common.project.facet.core,
   org.eclipse.wst.jsdt.internal.core,
   org.eclipse.wst.jsdt.core,
   org.eclipse.core.resources,
   org.eclipse.core.runtime",
 org.eclipse.wst.jsdt.web.core.internal.provisional.contenttype;x-internal:=true,
 org.eclipse.wst.jsdt.web.core.internal.validation;x-internal:=true,
 org.eclipse.wst.jsdt.web.core.javascript,
 org.eclipse.wst.jsdt.web.core.javascript.search,
 org.eclipse.wst.jsdt.web.core.text
Import-Package: com.ibm.icu.util; version="3.8"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.wst.sse.core;bundle-version="[1.1.504,2.0.0)",
 org.eclipse.wst.xml.core;bundle-version="[1.1.500,2.0.0)",
 org.eclipse.wst.html.core;bundle-version="[1.1.400,2.0.0)",
 org.eclipse.wst.validation;bundle-version="[1.2.100,2.0.0)",
 org.eclipse.wst.jsdt.core;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.0,2.0.0)";resolution:=optional,
 org.eclipse.wst.common.modulecore;bundle-version="[1.1.0,2.0.0)";resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.wst.jsdt.web.core.internal.project"

Back to the top