Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/compensator/org.eclipse.fx.code.editor.hsl/META-INF/MANIFEST.MF')
-rw-r--r--experimental/compensator/org.eclipse.fx.code.editor.hsl/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/experimental/compensator/org.eclipse.fx.code.editor.hsl/META-INF/MANIFEST.MF b/experimental/compensator/org.eclipse.fx.code.editor.hsl/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..656f23148
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.editor.hsl/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Hsl
+Bundle-SymbolicName: org.eclipse.fx.code.editor.hsl
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: javax.inject,
+ org.eclipse.e4.core.di.annotations,
+ org.osgi.service.component.annotations;version="1.2.0"
+Require-Bundle: org.eclipse.fx.code.compensator.hsl,
+ org.eclipse.fx.text.ui;bundle-version="1.0.0",
+ org.eclipse.fx.code.compensator.editor,
+ org.eclipse.fx.core.di,
+ org.eclipse.e4.core.contexts
+Export-Package: org.eclipse.fx.code.editor.hsl
+Service-Component: OSGI-INF/services/org.eclipse.fx.code.editor.hsl.internal.HSLModelCF.xml
+Bundle-ActivationPolicy: lazy

Back to the top