wenzelm [Thu, 12 Sep 2013 14:10:45 +0200] rev 53579
propagate ISABELLE_CLASSPATH;
wenzelm [Thu, 12 Sep 2013 14:06:08 +0200] rev 53578
tuned comments;
wenzelm [Thu, 12 Sep 2013 13:48:17 +0200] rev 53577
clarified directory structure;
wenzelm [Thu, 12 Sep 2013 13:23:54 +0200] rev 53576
maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
ignore $ISABELLE_JAVA_EXT -- do not change java.ext.dirs;
wenzelm [Wed, 11 Sep 2013 23:32:47 +0200] rev 53575
more official initial class path according to sun.misc.Launcher;
wenzelm [Wed, 11 Sep 2013 22:46:51 +0200] rev 53574
provide main classpath again, notably for cold-start;
wenzelm [Wed, 11 Sep 2013 21:40:03 +0200] rev 53573
cold-start of main application even on Linux;
wenzelm [Wed, 11 Sep 2013 20:34:45 +0200] rev 53572
tuned proofs;
wenzelm [Wed, 11 Sep 2013 20:16:28 +0200] rev 53571
more explicit indication of 'done' as proof script element;
blanchet [Thu, 12 Sep 2013 17:36:06 +0200] rev 53570
made tactic handle gracefully the case: codatatype ('a, 's) scheduler2 = Combine2 "'s => 'a" "'s => ('a, 's) scheduler2"