Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 603b051ac1be39376dcfd522f28ee72003c27981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.wst.jsdt.web.core.tests;singleton:=true
Bundle-Version: 1.0.201.qualifier
Bundle-Activator: org.eclipse.wst.jsdt.web.core.tests.Activator
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.wst.sse.core,
 org.eclipse.wst.jsdt.core,
 org.eclipse.wst.jsdt.web.core,
 org.eclipse.core.resources,
 org.eclipse.wst.xml.core
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.wst.jsdt.web.core.tests,
 org.eclipse.wst.jsdt.web.core.tests.translation
Bundle-Vendor: %Bundle-Vendor

Back to the top