equal
deleted
inserted
replaced
285 print qq,<MODE NAME="isabelle-root" FILE="isabelle-root.xml" FILE_NAME_GLOB="ROOT"/>\n\n,; } |
285 print qq,<MODE NAME="isabelle-root" FILE="isabelle-root.xml" FILE_NAME_GLOB="ROOT"/>\n\n,; } |
286 print; }' dist/modes/catalog |
286 print; }' dist/modes/catalog |
287 |
287 |
288 cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed |
288 cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed |
289 ( |
289 ( |
290 #workaround for scalac |
290 #workaround for scalac 2.10.2 |
291 function stty() { :; } |
291 function stty() { :; } |
292 export -f stty |
292 export -f stty |
293 |
293 |
294 for JAR in "$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" "$GRAPHVIEW_JAR" |
294 for JAR in "$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" "$GRAPHVIEW_JAR" |
295 do |
295 do |