src/Tools/Graphview/etc/settings
author wenzelm
Mon, 27 May 2013 22:26:08 +0200
changeset 52190 c87b7f26e2c7
parent 49565 ea4308b7ef0f
child 56764 5b6f4655e2f2
permissions -rw-r--r--
merged
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