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


                                                                     
                                 







                                                                               
                                                                                  
                                                           

                                                                  

                                                                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.ui.workspace;singleton:=true
Bundle-Version: 4.0.100.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.emf.cdo.ui.internal.workspace.bundle.OM$Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
 org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.emf.cdo.workspace.efs;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.emf.cdo.ui.location;bundle-version="[4.0.0,5.0.0)"
Export-Package: org.eclipse.emf.cdo.ui.internal.workspace;version="4.0.100";x-internal:=true,
 org.eclipse.emf.cdo.ui.internal.workspace.bundle;version="4.0.100";x-internal:=true

Back to the top