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


                                
                                                                    
                     

                           
                                               
                             
                       

                                         


                              
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Example Clients
Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
Bundle-Version: 0.8.5
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.example.clients
Bundle-ClassPath: clients.jar
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf,
 org.eclipse.ecf.presence,
 org.eclipse.ecf.provider.xmpp
 

Back to the top