| author | wenzelm | 
| Tue, 25 Sep 2012 20:28:47 +0200 | |
| changeset 49565 | ea4308b7ef0f | 
| parent 49558 | af7b652180d5 | 
| child 56764 | 5b6f4655e2f2 | 
| permissions | -rw-r--r-- | 
| 49558 | 1 | # -*- shell-script -*- :mode=shellscript: | 
| 2 | ||
| 3 | GRAPHVIEW_HOME="$COMPONENT" | |
| 4 | ||
| 49565 
ea4308b7ef0f
ML support for generic graph display, with browser and graphview backends (via print modes);
 wenzelm parents: 
49558diff
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: 
49558diff
changeset | 6 | |
| 49558 | 7 | ISABELLE_TOOLS="$ISABELLE_TOOLS:$GRAPHVIEW_HOME/lib/Tools" | 
| 8 |