2 Bundle-ManifestVersion: 2
4 Bundle-SymbolicName: org.simantics.lz4
5 Bundle-Version: 1.3.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Export-Package: net.jpountz.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