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: 7afc052d4e924ecbeca882334cf20b2b6f96d65e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WSI JUnit Test
Bundle-SymbolicName: org.eclipse.wst.wsi.tests
Bundle-Version: 0.7.0
Bundle-ClassPath: wsi.tests.jar
Bundle-Activator: org.eclipse.wst.wsi.tests.internal.WSITestsPlugin
Bundle-Vendor: Eclipse
Bundle-Localization: plugin
Require-Bundle: org.eclipse.wst.wsi,
 org.eclipse.core.resources,
 org.junit,
 org.wsdl4j,
 org.eclipse.osgi,
 org.eclipse.jdt.core,
 org.eclipse.core.runtime,
 org.eclipse.wst.command.env,
 org.eclipse.wst.command.env.core
Eclipse-AutoStart: true

Back to the top