]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.reflection / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.scl.reflection/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.reflection/META-INF/MANIFEST.MF
new file mode 100755 (executable)
index 0000000..0fb1218
--- /dev/null
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Reflection
+Bundle-SymbolicName: org.simantics.scl.reflection;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.simantics.scl.compiler;bundle-version="0.1.0";visibility:=reexport,
+ org.simantics.scl.runtime;bundle-version="0.1.4",
+ gnu.trove3;bundle-version="3.0.0",
+ org.eclipse.core.runtime;bundle-version="3.6.0",
+ org.junit;bundle-version="4.12.0";resolution:=optional
+Export-Package: org.simantics.scl.reflection,
+ org.simantics.scl.reflection.annotations,
+ org.simantics.scl.reflection.functions
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.scl.reflection.internal.Activator
+Bundle-Vendor: VTT Technical Research Centre of Finland