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: 401dd7afa2245d6112e82e19fe927ffdcb55cdf8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                         
                         
                                                              
                                 
                                                             
                               


                                   
                                          









                                   
                                


                                    
                       

                                              
                                 

                                   
                           

                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws.tests; singleton:=true
Bundle-Version: 1.0.301.qualifier
Bundle-Activator: org.eclipse.wst.ws.tests.plugin.TestsPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Require-Bundle: org.eclipse.wst.ws,
 org.eclipse.core.runtime,
 org.junit;bundle-version="[3.8.0,4.0.0)",
 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,
 org.eclipse.wst.common.environment,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi
Eclipse-LazyStart: true
Export-Package: org.eclipse.wst.ws.test.popup,
 org.eclipse.wst.ws.tests.data,
 org.eclipse.wst.ws.tests.plugin,
 org.eclipse.wst.ws.tests.unittest,
 org.eclipse.wst.ws.tests.utils
Bundle-ClassPath: tests.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top