Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3f67b5643e2dc6135843c4352cd71f7bf9205b01 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.wst.css.core.tests;singleton:=true
Bundle-Version: 1.0.801.qualifier
Bundle-ClassPath: csscoretests.jar
Bundle-Activator: org.eclipse.wst.css.core.tests.CSSCoreTestsPlugin
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.css.core.tests,
 org.eclipse.wst.css.core.tests.format,
 org.eclipse.wst.css.core.tests.format.testfiles,
 org.eclipse.wst.css.core.tests.model,
 org.eclipse.wst.css.core.tests.source,
 org.eclipse.wst.css.core.tests.testfiles,
 org.eclipse.wst.css.core.tests.testfiles.results,
 org.eclipse.wst.css.core.tests.util
Require-Bundle: org.eclipse.wst.css.core,
 org.eclipse.wst.sse.core,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.junit;bundle-version=3.8.2
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top