Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: c4189afc1c334fc499f8e410466cfc0572c7c1b7 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Axis Perfmsr Plug-in
Bundle-SymbolicName: org.eclipse.jst.ws.tests.performance
Bundle-Version: 0.7.0
Bundle-ClassPath: axisPerfmsr.jar
Bundle-Activator: org.eclipse.jst.ws.tests.performance.plugin.PerformancePlugin
Bundle-Vendor: IBM
Bundle-Localization: plugin
Export-Package: org.eclipse.jst.ws.tests.axis.tomcat.v50.perfmsr,
 org.eclipse.jst.ws.tests.performance,
 org.eclipse.jst.ws.tests.performance.plugin
Require-Bundle: org.eclipse.jst.ws,
 org.eclipse.jst.j2ee.core,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.eclipse.wst.server.core,
 org.junit,
 org.eclipse.jst.ws.tests,
 org.eclipse.jem.util,
 org.eclipse.test.performance,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.common.environment,
 org.eclipse.wst.common.modulecore
Eclipse-AutoStart: true

Back to the top