src/Pure/General/path.scala
changeset 77185 9dc4d9ed886f
parent 77079 395a0701a125
child 78938 7774e1372476
equal deleted inserted replaced
77184:861777e58b77 77185:9dc4d9ed886f
   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")