]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.lz4/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.lz4 / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.lz4/META-INF/MANIFEST.MF b/bundles/org.simantics.lz4/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..1c9ad10
--- /dev/null
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: LZ4
+Bundle-SymbolicName: org.simantics.lz4
+Bundle-Version: 1.3.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: .
+Export-Package: net.jpountz.lz4,
+ org.simantics.lz4
+Require-Bundle: org.eclipse.osgi,
+ org.simantics.compressions;bundle-version="1.0.0",
+ org.eclipse.equinox.util;bundle-version="1.0.300",
+ org.eclipse.equinox.ds;bundle-version="1.3.1",
+ org.eclipse.osgi.services;bundle-version="3.3.0"
+Service-Component: OSGI-INF/component.xml
+Bundle-ActivationPolicy: lazy