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



                                                                  
                               
                                                                            




                                             

                                                                               
                                                              
                                                         
                                                      
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.ui.shared;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.ui.internal.shared.bundle.OM$Activator
Bundle-Vendor: %providerName
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.cdo.ui.shared;version="4.1.0",
 org.eclipse.emf.cdo.ui.internal.shared.bundle;version="4.1.0";x-internal:=true
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.net4j.util;bundle-version="[3.1.0,4.0.0)"

Back to the top