Skip to main content
summaryrefslogtreecommitdiffstats
blob: db7001efd8389d6a81e987809d92b991cd9dc02c (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
35
36
37
38
39
40
41
42
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.jst.ws.tests
Bundle-Version: 1.0.100
Bundle-ClassPath: tests.jar
Bundle-Activator: org.eclipse.jst.ws.tests.plugin.TestsPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Export-Package: org.eclipse.jst.ws.tests,
 org.eclipse.jst.ws.tests.axis.tomcat.v50,
 org.eclipse.jst.ws.tests.plugin,
 org.eclipse.jst.ws.tests.unittest,
 org.eclipse.jst.ws.tests.util
Require-Bundle: org.eclipse.jst.ws.consumption.ui,
 org.eclipse.jst.ws.consumption,
 org.eclipse.jst.ws,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.command.env,
 org.eclipse.jst.j2ee.core,
 org.eclipse.jst.j2ee,
 org.eclipse.jst.j2ee.web,
 org.eclipse.wst.common.frameworks,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.junit,
 org.eclipse.wst.ws.ui,
 org.eclipse.ui,
 org.eclipse.debug.core,
 org.eclipse.wst.server.core,
 org.eclipse.jem.util,
 org.eclipse.wst.ws,
 org.eclipse.wst.common.environment,
 org.eclipse.wst.common.tests,
 org.eclipse.emf.ecore,
 org.eclipse.jst.server.core,
 org.eclipse.jdt.launching,
 org.eclipse.jdt.debug.ui,
 org.eclipse.jst.server.tomcat.core,
 org.eclipse.wst.common.project.facet.core
Eclipse-LazyStart: true

Back to the top