Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 911bf9b241abc80b18865c6ae233a70dc1b059b3 (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
                         
                                                    
                               
                                                           

                               
                                           




                           
                                                  
                                               
                             
                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.datashare
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.tests.datashare.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.equinox.common,
 org.eclipse.ecf,
 org.eclipse.ecf.datashare,
 org.eclipse.ecf.tests,
 org.junit
Eclipse-LazyStart: true
Import-Package: org.osgi.framework;version="1.4.0"
Export-Package: org.eclipse.ecf.tests.datashare
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top