| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.sphinx.xtendxpand.ui;singleton:=true | |
| Bundle-Version: 0.12.0.qualifier | |
| Bundle-Vendor: %providerName | |
| Bundle-Localization: plugin | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
| Require-Bundle: org.eclipse.core.runtime, | |
| org.eclipse.core.resources, | |
| org.eclipse.core.variables, | |
| org.eclipse.ui, | |
| org.eclipse.jface, | |
| org.eclipse.ui.ide, | |
| org.eclipse.ui.console, | |
| org.eclipse.debug.ui, | |
| org.eclipse.pde.ui, | |
| org.eclipse.emf.common.ui, | |
| org.eclipse.emf.edit.ui, | |
| org.eclipse.xtend.shared.ui;visibility:=reexport, | |
| org.eclipse.xpand.ui;visibility:=reexport, | |
| org.eclipse.xtend.ui;visibility:=reexport, | |
| org.eclipse.xtend.check.ui;visibility:=reexport, | |
| org.eclipse.sphinx.xtendxpand;visibility:=reexport, | |
| org.eclipse.sphinx.platform.ui;visibility:=reexport, | |
| org.eclipse.sphinx.xtend.typesystem.emf.ui;visibility:=reexport | |
| Export-Package: org.eclipse.sphinx.xtendxpand.ui.actions, | |
| org.eclipse.sphinx.xtendxpand.ui.commands.handlers, | |
| org.eclipse.sphinx.xtendxpand.ui.decorators, | |
| org.eclipse.sphinx.xtendxpand.ui.dialogs, | |
| org.eclipse.sphinx.xtendxpand.ui.groups, | |
| org.eclipse.sphinx.xtendxpand.ui.internal;x-internal:=true, | |
| org.eclipse.sphinx.xtendxpand.ui.internal.messages;x-internal:=true, | |
| org.eclipse.sphinx.xtendxpand.ui.jobs, | |
| org.eclipse.sphinx.xtendxpand.ui.outlet.providers, | |
| org.eclipse.sphinx.xtendxpand.ui.preferences, | |
| org.eclipse.sphinx.xtendxpand.ui.util, | |
| org.eclipse.sphinx.xtendxpand.ui.wizards, | |
| org.eclipse.sphinx.xtendxpand.ui.wizards.pages | |
| Bundle-Activator: org.eclipse.sphinx.xtendxpand.ui.internal.Activator$Implementation | |
| Bundle-ActivationPolicy: lazy |