// properties.txt // Contains user-defineable properties. // dotPath specifies where the Graphviz dot program is located. // Windows example: // dotPath = C:\Program Files\ATT\Graphviz\bin\dot // Linux/Mac example: //dotPath = /users/btools/GraphViz/Linux/bin/dot //Giuseppe 2007 dotPath = /Applications/GraphViz.app/Contents/MacOS/dot //Giuseppe 2008 //dotPath = ./dot