src/Tools/Graphview/etc/settings
author wenzelm
Sun, 27 Apr 2014 19:32:55 +0200
changeset 56764 5b6f4655e2f2
parent 49565 ea4308b7ef0f
permissions -rw-r--r--
modernized Isabelle classpath for graphview;
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"
56764
5b6f4655e2f2 modernized Isabelle classpath for graphview;
wenzelm
parents: 49565
diff changeset
     6
GRAPHVIEW_JAR="$ISABELLE_HOME/lib/classes/Graphview.jar"
5b6f4655e2f2 modernized Isabelle classpath for graphview;
wenzelm
parents: 49565
diff changeset
     7
classpath "$GRAPHVIEW_JAR"
49565
ea4308b7ef0f ML support for generic graph display, with browser and graphview backends (via print modes);
wenzelm
parents: 49558
diff changeset
     8
49558
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
     9
ISABELLE_TOOLS="$ISABELLE_TOOLS:$GRAPHVIEW_HOME/lib/Tools"
af7b652180d5 minimal component and build setup for graphview;
wenzelm
parents:
diff changeset
    10