Skip to main content
summaryrefslogtreecommitdiffstats
blob: 03a090aa2f186a605ec2985677d65bf39e9975a2 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WSDL Performance Plug-in
Bundle-SymbolicName: org.eclipse.wst.wsdl.tests.performance
Bundle-Version: 1.0.1
Bundle-ClassPath: performance.jar
Bundle-Activator: org.eclipse.wst.wsdl.tests.performance.PerformancePlugin
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.wsdl.tests.performance,
 org.eclipse.wst.wsdl.tests.performance.scalability
Require-Bundle: org.junit,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.emf.ecore,
 org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.test.performance,
 org.eclipse.wst.validation,
 org.eclipse.wst.common.frameworks,
 org.eclipse.wst.wsdl,
 org.eclipse.wst.wsdl.ui,
 org.eclipse.wst.wsdl.validation,
 org.wsdl4j,
 org.eclipse.wst.ws,
 org.eclipse.wst.command.env,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.common.tests.performance
Eclipse-AutoStart: true

Back to the top