| Manifest-Version: 1.0 | 
 | Bundle-ManifestVersion: 2 | 
 | Bundle-SymbolicName: org.eclipse.statet.ltk.buildpath.ui;singleton:=true | 
 | Automatic-Module-Name: org.eclipse.statet.ltk.buildpath.ui | 
 | Bundle-Version: 4.4.0.qualifier | 
 | Bundle-Vendor: Eclipse StatET | 
 | Bundle-Name: StatET LTK - Buildpath - UI  (Incubation) | 
 | Bundle-ActivationPolicy: lazy | 
 | Bundle-Activator: org.eclipse.statet.internal.ltk.buildpath.ui.BuildpathsUIPlugin | 
 | Bundle-RequiredExecutionEnvironment: JavaSE-11 | 
 | Require-Bundle: org.eclipse.statet.ecommons.runtime.core;bundle-version="[4.4.0,4.5.0)", | 
 |  org.eclipse.statet.ecommons.databinding.core;bundle-version="[4.4.0,4.5.0)", | 
 |  org.eclipse.core.databinding.property, | 
 |  org.eclipse.ui, | 
 |  org.eclipse.jface.databinding, | 
 |  org.eclipse.ui.ide, | 
 |  org.eclipse.statet.ltk.buildpath.core;bundle-version="[4.4.0,4.5.0)";visibility:=reexport, | 
 |  org.eclipse.statet.ecommons.uimisc;bundle-version="[4.4.0,4.5.0)" | 
 | Import-Package: org.eclipse.statet.jcommons.collections;version="4.4.0", | 
 |  org.eclipse.statet.jcommons.lang;version="4.4.0" | 
 | Export-Package: org.eclipse.statet.ltk.buildpath.ui, | 
 |  org.eclipse.statet.ltk.buildpath.ui.wizards |