Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 986c7d10a6db7d6709947df7eddca252578dc63d (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.ecf.provider.r_osgi;singleton:=true
Bundle-Version: 3.5.400.qualifier
Import-Package: org.eclipse.ecf.core.util.reflection,
 org.eclipse.ecf.remoteservice.asyncproxy;version="1.0.0",
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.osgi.framework;version="1.3.0",
 org.osgi.util.tracker;version="1.3.3"
Require-Bundle: org.eclipse.ecf;bundle-version="3.1.0",
 org.eclipse.ecf.provider,
 org.eclipse.ecf.remoteservice;bundle-version="5.0.0",
 org.eclipse.equinox.common,
 ch.ethz.iks.r_osgi.remote
Bundle-Activator: org.eclipse.ecf.internal.provider.r_osgi.Activator
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.provider.r_osgi.identity;version="3.2.0"
Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.3
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
DynamicImport-Package: *
Provide-Capability: osgi.remoteserviceadmin.distribution; configs:List<String>="ecf.r_osgi.peer,ecf.r_osgi.peer.ws,ecf.r_osgi.peer.wss"; version:Version=1.1 

Back to the top