|
1 | | -Manifest-Version: 1.0 |
2 | | -Bundle-ManifestVersion: 2 |
3 | | -Bundle-Name: CogniCrypt Core |
4 | | -Bundle-SymbolicName: de.cognicrypt.core;singleton:=true |
5 | | -Bundle-Version: 1.0.0.qualifier |
6 | | -Bundle-Activator: de.cognicrypt.core.Activator |
7 | | -Bundle-Vendor: TU Darmstadt, Paderborn University |
8 | | -Require-Bundle: org.eclipse.core.runtime, |
9 | | - org.eclipse.ui.workbench, |
10 | | - org.eclipse.core.resources, |
11 | | - org.eclipse.ui.ide, |
12 | | - org.eclipse.ui, |
13 | | - org.eclipse.jdt.core, |
14 | | - com.google.guava, |
15 | | - org.eclipse.ui.forms, |
16 | | - org.eclipse.m2e.maven.runtime |
17 | | -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
18 | | -Bundle-ActivationPolicy: lazy |
19 | | -Automatic-Module-Name: de.cognicrypt.core |
20 | | -Bundle-ClassPath: ., |
21 | | - lib/animal-sniffer-annotations.jar, |
22 | | - lib/asm-analysis.jar, |
23 | | - lib/asm-commons.jar, |
24 | | - lib/asm-tree.jar, |
25 | | - lib/asm-util.jar, |
26 | | - lib/asm.jar, |
27 | | - lib/axml.jar, |
28 | | - lib/boomerangPDS.jar, |
29 | | - lib/checker-compat-qual.jar, |
30 | | - lib/commons-cli.jar, |
31 | | - lib/commons-io.jar, |
32 | | - lib/commons-lang3.jar, |
33 | | - lib/CryptoAnalysis.jar, |
34 | | - lib/dexlib2.jar, |
35 | | - lib/error_prone_annotations.jar, |
36 | | - lib/functionaljava.jar, |
37 | | - lib/gson.jar, |
38 | | - lib/guava.jar, |
39 | | - lib/hamcrest-core.jar, |
40 | | - lib/heros.jar, |
41 | | - lib/idealPDS.jar, |
42 | | - lib/j2objc-annotations.jar, |
43 | | - lib/jasmin.jar, |
44 | | - lib/java_cup.jar, |
45 | | - lib/json-simple.jar, |
46 | | - lib/jsr305.jar, |
47 | | - lib/junit.jar, |
48 | | - lib/log4j-api.jar, |
49 | | - lib/log4j-core.jar, |
50 | | - lib/PathExpression.jar, |
51 | | - lib/polyglot.jar, |
52 | | - lib/slf4j-api.jar, |
53 | | - lib/slf4j-simple.jar, |
54 | | - lib/soot-j9.jar, |
55 | | - lib/synchronizedPDS.jar, |
56 | | - lib/testCore.jar, |
57 | | - lib/WPDS.jar, |
58 | | - lib/xmlpull.jar |
59 | | -Export-Package: boomerang, |
60 | | - boomerang.callgraph, |
61 | | - boomerang.jimple, |
62 | | - boomerang.preanalysis, |
63 | | - boomerang.results, |
64 | | - crypto, |
65 | | - crypto.analysis, |
66 | | - crypto.analysis.errors, |
67 | | - crypto.extractparameter, |
68 | | - crypto.interfaces, |
69 | | - crypto.rules, |
70 | | - de.cognicrypt.core;uses:="org.osgi.framework,org.eclipse.swt.graphics,org.eclipse.ui.plugin", |
71 | | - de.cognicrypt.core.properties;uses:="org.eclipse.ui,org.eclipse.swt.widgets,org.eclipse.jface.preference", |
72 | | - de.cognicrypt.utils; |
73 | | - uses:="org.eclipse.ui, |
74 | | - org.w3c.dom, |
75 | | - org.eclipse.jdt.core, |
76 | | - org.eclipse.swt.widgets, |
77 | | - org.eclipse.core.resources, |
78 | | - org.eclipse.jdt.core.search", |
79 | | - soot, |
80 | | - soot.jimple, |
81 | | - soot.jimple.internal, |
82 | | - soot.jimple.toolkits.ide.icfg, |
83 | | - soot.options, |
84 | | - soot.tagkit, |
85 | | - sync.pds.solver.nodes, |
86 | | - typestate |
| 1 | +Manifest-Version: 1.0 |
| 2 | +Bundle-ManifestVersion: 2 |
| 3 | +Bundle-Name: CogniCrypt Core |
| 4 | +Bundle-SymbolicName: de.cognicrypt.core;singleton:=true |
| 5 | +Bundle-Version: 1.0.0.qualifier |
| 6 | +Bundle-Activator: de.cognicrypt.core.Activator |
| 7 | +Bundle-Vendor: TU Darmstadt, Paderborn University |
| 8 | +Require-Bundle: org.eclipse.core.runtime, |
| 9 | + org.eclipse.ui.workbench, |
| 10 | + org.eclipse.core.resources, |
| 11 | + org.eclipse.ui.ide, |
| 12 | + org.eclipse.ui, |
| 13 | + org.eclipse.jdt.core, |
| 14 | + com.google.guava, |
| 15 | + org.eclipse.ui.forms, |
| 16 | + org.eclipse.m2e.maven.runtime |
| 17 | +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 18 | +Bundle-ActivationPolicy: lazy |
| 19 | +Automatic-Module-Name: de.cognicrypt.core |
| 20 | +Bundle-ClassPath: ., |
| 21 | + lib/animal-sniffer-annotations.jar, |
| 22 | + lib/antlr-runtime.jar, |
| 23 | + lib/asm-analysis.jar, |
| 24 | + lib/asm-commons.jar, |
| 25 | + lib/asm-tree.jar, |
| 26 | + lib/asm-util.jar, |
| 27 | + lib/asm.jar, |
| 28 | + lib/axml.jar, |
| 29 | + lib/boomerangPDS.jar, |
| 30 | + lib/checker-compat-qual.jar, |
| 31 | + lib/commons-cli.jar, |
| 32 | + lib/commons-io.jar, |
| 33 | + lib/commons-lang3.jar, |
| 34 | + lib/CryptoAnalysis.jar, |
| 35 | + lib/dexlib2.jar, |
| 36 | + lib/de.darmstadt.tu.crossing.CryptSL.jar, |
| 37 | + lib/error_prone_annotations.jar, |
| 38 | + lib/functionaljava.jar, |
| 39 | + lib/gson.jar, |
| 40 | + lib/guava.jar, |
| 41 | + lib/hamcrest-core.jar, |
| 42 | + lib/heros.jar, |
| 43 | + lib/idealPDS.jar, |
| 44 | + lib/j2objc-annotations.jar, |
| 45 | + lib/jasmin.jar, |
| 46 | + lib/java_cup.jar, |
| 47 | + lib/json-simple.jar, |
| 48 | + lib/jsr305.jar, |
| 49 | + lib/junit.jar, |
| 50 | + lib/log4j.jar, |
| 51 | + lib/log4j-api.jar, |
| 52 | + lib/log4j-core.jar, |
| 53 | + lib/org.eclipse.emf.common.jar, |
| 54 | + lib/org.eclipse.emf.ecore.jar, |
| 55 | + lib/org.eclipse.emf.ecore.xmi.jar, |
| 56 | + lib/org.eclipse.xtext.common.types.jar, |
| 57 | + lib/org.eclipse.xtext.jar, |
| 58 | + lib/org.eclipse.xtext.util.jar, |
| 59 | + lib/org.eclipse.xtext.xbase.jar, |
| 60 | + lib/org.eclipse.xtext.xbase.lib.jar, |
| 61 | + lib/PathExpression.jar, |
| 62 | + lib/polyglot.jar, |
| 63 | + lib/slf4j-api.jar, |
| 64 | + lib/slf4j-simple.jar, |
| 65 | + lib/soot-j9.jar, |
| 66 | + lib/synchronizedPDS.jar, |
| 67 | + lib/testCore.jar, |
| 68 | + lib/WPDS.jar, |
| 69 | + lib/xmlpull.jar |
| 70 | +Export-Package: boomerang, |
| 71 | + boomerang.callgraph, |
| 72 | + boomerang.jimple, |
| 73 | + boomerang.preanalysis, |
| 74 | + boomerang.results, |
| 75 | + crypto, |
| 76 | + crypto.analysis, |
| 77 | + crypto.analysis.errors, |
| 78 | + crypto.extractparameter, |
| 79 | + crypto.interfaces, |
| 80 | + crypto.rules, |
| 81 | + de.cognicrypt.core;uses:="org.osgi.framework,org.eclipse.swt.graphics,org.eclipse.ui.plugin", |
| 82 | + de.cognicrypt.core.properties;uses:="org.eclipse.ui,org.eclipse.swt.widgets,org.eclipse.jface.preference", |
| 83 | + de.cognicrypt.utils; |
| 84 | + uses:="org.eclipse.ui, |
| 85 | + org.w3c.dom, |
| 86 | + org.eclipse.jdt.core, |
| 87 | + org.eclipse.swt.widgets, |
| 88 | + org.eclipse.core.resources, |
| 89 | + org.eclipse.jdt.core.search", |
| 90 | + soot, |
| 91 | + soot.jimple, |
| 92 | + soot.jimple.internal, |
| 93 | + soot.jimple.toolkits.ide.icfg, |
| 94 | + soot.options, |
| 95 | + soot.tagkit, |
| 96 | + sync.pds.solver.nodes, |
| 97 | + typestate |
0 commit comments