src/Tools/Graphview/etc/settings
author wenzelm
Tue, 25 Sep 2012 20:28:47 +0200
changeset 49565 ea4308b7ef0f
parent 49558 af7b652180d5
child 56764 5b6f4655e2f2
permissions -rw-r--r--
ML support for generic graph display, with browser and graphview backends (via print modes); reverse graph layout (again), according to the graph orientation provided by ML; simplified scala types -- eliminated unused type parameters; more explicit Model.Info, Model.Graph; renamed isabelle.graphview.Graphview_Frame to isabelle.graphview.Frame in accordance to file name; removed obsolete Graph_XML and Tooltips; tuned graphview command line; more generous JVM resources via GRAPHVIEW_JAVA_OPTIONS;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49558
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     2
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     3
GRAPHVIEW_HOME="$COMPONENT"
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     4
49565
ea4308b7ef0f ML support for generic graph display, with browser and graphview backends (via print modes);
wenzelm
parents: 49558
diff changeset
     5
GRAPHVIEW_JAVA_OPTIONS="-Xms128m -Xmx1024m -Xss4m"
ea4308b7ef0f ML support for generic graph display, with browser and graphview backends (via print modes);
wenzelm
parents: 49558
diff changeset
     6
49558
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     7
ISABELLE_TOOLS="$ISABELLE_TOOLS:$GRAPHVIEW_HOME/lib/Tools"
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     8