tuned;
authorwenzelm
Sun, 19 Jun 2011 00:03:44 +0200
changeset 43454 71b7a535cf96
parent 43453 3c9696efe6b4
child 43455 4b4b93672f15
child 43465 5ca37e764139
tuned;
src/Tools/jEdit/lib/Tools/jedit
--- a/src/Tools/jEdit/lib/Tools/jedit	Sat Jun 18 23:51:22 2011 +0200
+++ b/src/Tools/jEdit/lib/Tools/jedit	Sun Jun 19 00:03:44 2011 +0200
@@ -182,9 +182,9 @@
     OUTDATED=true
   else
     if [ -n "$ISABELLE_JEDIT_BUILD_HOME" ]; then
-      declare -a DEPS=("${SOURCES[@]}" "${RESOURCES[@]}" "$PURE_JAR" "$JEDIT_JAR" "${JEDIT_JARS[@]}")
+      declare -a DEPS=("$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" "${SOURCES[@]}" "${RESOURCES[@]}")
     else
-      declare -a DEPS=("${SOURCES[@]}" "${RESOURCES[@]}" "$PURE_JAR")
+      declare -a DEPS=("$PURE_JAR" "${SOURCES[@]}" "${RESOURCES[@]}")
     fi
     for DEP in "${DEPS[@]}"
     do