]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler.decompiler/META-INF/MANIFEST.MF
(refs #7245) The first version of decompiler for SCL compilations
[simantics/platform.git] / bundles / org.simantics.scl.compiler.decompiler / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.scl.compiler.decompiler/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.compiler.decompiler/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..f4e9fa7
--- /dev/null
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: SCL bytecode decompiler
+Bundle-SymbolicName: org.simantics.scl.compiler.decompiler
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.simantics.scl.compiler;bundle-version="0.6.1"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.jboss.windup.decompiler.procyon;bundle-version="4.0.0",
+ org.jboss.windup.decompiler.procyon.windup-procyon-compilertools;bundle-version="1.0.0",
+ org.jboss.windup.decompiler.procyon.windup-procyon-core;bundle-version="1.0.0",
+ org.jboss.windup.decompiler.procyon.windup-procyon-reflection;bundle-version="1.0.0",
+ org.jboss.windup.decompiler.api.forge-addon;bundle-version="4.0.0",
+ org.jboss.windup.utils.windup-utils.forge-addon;bundle-version="4.0.0"