-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlui.cfg
More file actions
31 lines (31 loc) · 741 Bytes
/
lui.cfg
File metadata and controls
31 lines (31 loc) · 741 Bytes
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
srcdir = "src"
classdir = "classes"
package = "de.monoped.autojar"
sources = {
"de.monoped.autojar.Ajar",
"de.monoped.autojar.Autojar",
"de.monoped.autojar.Avisitor",
"de.monoped.autojar.FilePath",
"de.monoped.autojar.Version",
"de.monoped.efile.EFile",
"de.monoped.efile.LocalFile",
"de.monoped.efile.Node",
"de.monoped.efile.Utils",
"de.monoped.efile.ZipEntryFile",
"de.monoped.efile.ZipNode",
"de.monoped.utils.FileExpand",
"de.monoped.utils.FileUtils",
"de.monoped.utils.Getopt",
"de.monoped.utils.OSFilter"
}
mainclass = "de.monoped.autojar.Autojar"
args = "--help"
libs = {
"lib/bcel.jar",
"lib/log4j.jar",
"log4j"
}
files = {
"classlist",
"autojar.mf"
}