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.

summaryrefslogblamecommitdiffstats
blob: cd97749d181b6e4d2e1a812cc3fa47087a220255 (plain) (tree)
1
2
3
4
5



                                             
                     



















                                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.eclipse.wst.ws.tests
Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.wst.ws.tests.plugin.TestsPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.wst.ws,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.core.resources,
 org.eclipse.debug.core,
 org.eclipse.jem.util,
 org.eclipse.jface,
 org.eclipse.ui,
 org.eclipse.wst.command.env,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.common.frameworks,
 org.eclipse.wst.server.core,
 org.eclipse.wst.ws.ui,
 org.eclipse.wst.command.env.ui
Eclipse-AutoStart: true
Export-Package: org.eclipse.wst.ws.tests.plugin,
 org.eclipse.wst.ws.tests.unittest,
 org.eclipse.wst.ws.tests.util

Back to the top