Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ef4703b584bf8560e05d2ea5104d1bee5d0504d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                     
                         
                            
                                                           
                                







                                
                       
                                                           
                                                              

                                               
                                               
                                      
                        
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core OSGi Tests
Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true
Bundle-Version: 3.10.3.qualifier
Bundle-ClassPath: osgitests.jar
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: 
 org.eclipse.core.runtime,
 org.eclipse.core.tests.harness,
 org.eclipse.test.performance,
 org.junit
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.osgi.tests.OSGiTestsActivator
Import-Package: org.osgi.service.event; resolution:="optional"
Export-Package: org.eclipse.osgi.tests.bundles,
 org.eclipse.osgi.tests.appadmin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
DynamicImport-Package: ext.framework.b
Eclipse-BundleShape: dir

Back to the top