| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Text |
| Bundle-SymbolicName: org.eclipse.fx.code.editor.configuration.text |
| Bundle-Version: 2.2.0.qualifier |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Import-Package: javax.inject;version="1.0.0", |
| org.eclipse.e4.core.contexts, |
| org.eclipse.fx.code.editor, |
| org.eclipse.fx.code.editor.configuration, |
| org.eclipse.fx.code.editor.services;version="2.2.0", |
| org.eclipse.fx.core;version="2.2.0", |
| org.eclipse.fx.core.function;version="2.2.0", |
| org.eclipse.fx.text.rules, |
| org.eclipse.jface.text.rules, |
| org.osgi.service.component.annotations;version="1.2.0" |
| Require-Bundle: org.eclipse.text;bundle-version="3.5.400" |
| Service-Component: OSGI-INF/services/org.eclipse.fx.code.editor.configuration.text.internal.ConfigurationModelCF.xml, |
| OSGI-INF/services/org.eclipse.fx.code.editor.configuration.text.internal.ConfigurationDocumentPartitionerProvider.xml |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.fx.code.editor.configuration.text |