]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.lz4/META-INF/MANIFEST.MF
08edb0c2192b6570b30203a95bfc2a2d088f6e7c
[simantics/platform.git] / bundles / org.simantics.lz4 / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: LZ4
4 Bundle-SymbolicName: org.simantics.lz4
5 Bundle-Version: 1.3.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Bundle-ClassPath: .
8 Export-Package: net.jpountz.lz4,
9  org.simantics.lz4
10 Require-Bundle: org.eclipse.osgi,
11  org.simantics.compressions;bundle-version="1.0.0",
12  org.eclipse.equinox.util;bundle-version="1.0.300",
13  org.eclipse.equinox.ds;bundle-version="1.3.1",
14  org.eclipse.osgi.services;bundle-version="3.3.0"
15 Service-Component: OSGI-INF/component.xml
16 Bundle-ActivationPolicy: lazy
17 Bundle-Activator: org.simantics.lz4.bundle.Activator