src/Tools/jEdit/lib/Tools/jedit
changeset 54660 d9c88171b393
parent 53914 48072f049838
child 54666 391ba1e12360
equal deleted inserted replaced
54659:b636dab842f3 54660:d9c88171b393
   278       print qq,<MODE NAME="isabelle-news" FILE="isabelle-news.xml"/>\n\n,;
   278       print qq,<MODE NAME="isabelle-news" FILE="isabelle-news.xml"/>\n\n,;
   279       print qq,<MODE NAME="isabelle-options" FILE="isabelle-options.xml"/>\n\n,;
   279       print qq,<MODE NAME="isabelle-options" FILE="isabelle-options.xml"/>\n\n,;
   280       print qq,<MODE NAME="isabelle-root" FILE="isabelle-root.xml" FILE_NAME_GLOB="ROOT"/>\n\n,; }
   280       print qq,<MODE NAME="isabelle-root" FILE="isabelle-root.xml" FILE_NAME_GLOB="ROOT"/>\n\n,; }
   281     print; }' dist/modes/catalog
   281     print; }' dist/modes/catalog
   282 
   282 
       
   283   cd dist
       
   284   isabelle_jdk jar xf jedit.jar
       
   285   cp "$ISABELLE_HOME/lib/logo/isabelle-32.gif" \
       
   286     "org/gjt/sp/jedit/icons/themes/classic/32x32/apps/isabelle.gif" || failed
       
   287   cp "$ISABELLE_HOME/lib/logo/isabelle-32.gif" \
       
   288     "org/gjt/sp/jedit/icons/themes/tango/32x32/apps/isabelle.gif" || failed
       
   289   isabelle_jdk jar cf jedit.jar org || failed
       
   290   rm -rf org
       
   291   cd ..
       
   292 
   283   cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed
   293   cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed
   284   (
   294   (
   285     #workaround for scalac 2.10.2
   295     #workaround for scalac 2.10.2
   286     function stty() { :; }
   296     function stty() { :; }
   287     export -f stty
   297     export -f stty