equal
deleted
inserted
replaced
237 def blg: Path = ext("blg") |
237 def blg: Path = ext("blg") |
238 def db: Path = ext("db") |
238 def db: Path = ext("db") |
239 def gz: Path = ext("gz") |
239 def gz: Path = ext("gz") |
240 def html: Path = ext("html") |
240 def html: Path = ext("html") |
241 def jar: Path = ext("jar") |
241 def jar: Path = ext("jar") |
|
242 def json: Path = ext("json") |
242 def log: Path = ext("log") |
243 def log: Path = ext("log") |
243 def orig: Path = ext("orig") |
244 def orig: Path = ext("orig") |
244 def patch: Path = ext("patch") |
245 def patch: Path = ext("patch") |
245 def pdf: Path = ext("pdf") |
246 def pdf: Path = ext("pdf") |
246 def shasum: Path = ext("shasum") |
247 def shasum: Path = ext("shasum") |