src/Pure/Admin/build_jedit.scala
changeset 73947 75b29d65228e
parent 73665 9ab1d5fa84d0
child 73982 c1277bb04507
equal deleted inserted replaced
73946:4d4c806cb7c8 73947:75b29d65228e
   612     val etc_dir = Isabelle_System.make_directory(component_dir + Path.explode("etc"))
   612     val etc_dir = Isabelle_System.make_directory(component_dir + Path.explode("etc"))
   613 
   613 
   614     File.write(etc_dir + Path.explode("settings"),
   614     File.write(etc_dir + Path.explode("settings"),
   615       """# -*- shell-script -*- :mode=shellscript:
   615       """# -*- shell-script -*- :mode=shellscript:
   616 
   616 
   617 ISABELLE_JEDIT_BUILD_HOME="$COMPONENT"
   617 ISABELLE_JEDIT_HOME="$COMPONENT/""" + jedit_patched + """"
   618 ISABELLE_JEDIT_BUILD_VERSION=""" + quote(jedit_patched) + """
   618 ISABELLE_JEDIT_JARS=""" +
   619 """)
   619         File.read_dir(jars_dir).map("$ISABELLE_JEDIT_HOME/jars/" + _).mkString("\"", ":", "\"\n")
       
   620 )
   620 
   621 
   621 
   622 
   622     /* README */
   623     /* README */
   623 
   624 
   624     File.write(component_dir + Path.basic("README"),
   625     File.write(component_dir + Path.basic("README"),