]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: SCL UI
4 Bundle-SymbolicName: org.simantics.scl.ui;singleton:=true
5 Bundle-Version: 0.5.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Require-Bundle: org.eclipse.ui.editors;bundle-version="3.6.0",
8  org.eclipse.core.resources;bundle-version="3.6.0",
9  org.eclipse.ui;bundle-version="3.6.0",
10  org.eclipse.core.runtime;bundle-version="3.6.0",
11  org.eclipse.jface.text;bundle-version="3.6.0",
12  org.simantics.scl.runtime;bundle-version="0.2.0",
13  gnu.trove3;bundle-version="3.0.0",
14  org.simantics.scl.osgi;bundle-version="1.0.0",
15  org.simantics.scl.compiler;bundle-version="0.6.0",
16  org.junit;bundle-version="4.12.0";resolution:=optional
17 Export-Package: org.simantics.scl.ui.console,
18  org.simantics.scl.ui.editor,
19  org.simantics.scl.ui.editor2,
20  org.simantics.scl.ui.imports
21 Bundle-Activator: org.simantics.scl.ui.Activator
22 Bundle-ActivationPolicy: lazy