-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
104 lines (104 loc) · 3.02 KB
/
MANIFEST.MF
File metadata and controls
104 lines (104 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wurstscript
Bundle-SymbolicName: de.peeeq.wurstscript
Bundle-Version: 1.6.0.0-3d349a04
Bundle-ClassPath: wurstscript.jar,
lib/junit-4.10.jar,
lib/chardet.jar,
lib/guava-20.0.jar,
lib/velocity-1.7-dep.jar,
lib/jmpq2.jar,
lib/jmpq3.jar,
lib/antlr-runtime-4.4.jar,
lib/jna-4.0.0.jar,
lib/org.eclipse.jdt.annotation-2.0.0.jar,
lib/gson-2.6.2.jar
Export-Package: com.google.common.annotations,
com.google.common.base,
com.google.common.base.internal,
com.google.common.cache,
com.google.common.collect,
com.google.common.eventbus,
com.google.common.hash,
com.google.common.io,
com.google.common.math,
com.google.common.net,
com.google.common.primitives,
com.google.common.reflect,
com.google.common.util.concurrent,
com.sun.jna,
com.sun.jna.ptr,
com.sun.jna.win32,
de.peeeq.datastructures,
de.peeeq.immutablecollections,
de.peeeq.jmpq,
de.peeeq.wurstio,
de.peeeq.wurstio.compilationserver,
de.peeeq.wurstio.gui,
de.peeeq.wurstio.hotdoc,
de.peeeq.wurstio.intermediateLang.interpreter,
de.peeeq.wurstio.jassinterpreter,
de.peeeq.wurstio.mpq,
de.peeeq.wurstio.objectreader,
de.peeeq.wurstio.utils,
de.peeeq.wurstscript,
de.peeeq.wurstscript.ast,
de.peeeq.wurstscript.attributes,
de.peeeq.wurstscript.attributes.names,
de.peeeq.wurstscript.attributes.prettyPrint,
de.peeeq.wurstscript.compilationserver,
de.peeeq.wurstscript.frotty.jassAttributes,
de.peeeq.wurstscript.frotty.jassValidator,
de.peeeq.wurstscript.gui,
de.peeeq.wurstscript.intermediatelang,
de.peeeq.wurstscript.intermediatelang.interpreter,
de.peeeq.wurstscript.jassAst,
de.peeeq.wurstscript.jassIm,
de.peeeq.wurstscript.jassinterpreter,
de.peeeq.wurstscript.jassprinter,
de.peeeq.wurstscript.jurst,
de.peeeq.wurstscript.jurst.antlr,
de.peeeq.wurstscript.parser,
de.peeeq.wurstscript.translation.imoptimizer,
de.peeeq.wurstscript.translation.imtojass,
de.peeeq.wurstscript.translation.imtranslation,
de.peeeq.wurstscript.types,
de.peeeq.wurstscript.utils,
de.peeeq.wurstscript.validation,
de.peeeq.wurstscript.validation.controlflow,
junit.extensions,
junit.framework,
junit.runner,
junit.textui,
org.antlr.v4.runtime,
org.eclipse.jdt.annotation,
org.hamcrest,
org.hamcrest.core,
org.hamcrest.internal,
org.junit,
org.junit.experimental,
org.junit.experimental.categories,
org.junit.experimental.max,
org.junit.experimental.results,
org.junit.experimental.runners,
org.junit.experimental.theories,
org.junit.experimental.theories.internal,
org.junit.experimental.theories.suppliers,
org.junit.internal,
org.junit.internal.builders,
org.junit.internal.matchers,
org.junit.internal.requests,
org.junit.internal.runners,
org.junit.internal.runners.model,
org.junit.internal.runners.rules,
org.junit.internal.runners.statements,
org.junit.matchers,
org.junit.rules,
org.junit.runner,
org.junit.runner.manipulation,
org.junit.runner.notification,
org.junit.runners,
org.junit.runners.model
Import-Package: de.peeeq.wurstscript.jassIm
Bundle-RequiredExecutionEnvironment: JavaSE-1.8