Changeset 86 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Jan 13, 2010, 4:53:32 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 4 4 .settings 5 5 target 6 gscf-grailsPlugins.iml 7 gscf.iml 8 .idea
-
- Property svn:ignore
-
trunk/grails-app/conf/Config.groovy
r16 r86 70 70 } 71 71 72 73 72 graphviz { 73 // graphviz installation path is dependent on OS 74 // (requirement for class diagram plugin) 75 switch (System.properties["os.name"]) { 76 case "Mac OS X": 77 // define mac path to Graphviz dot executable 78 // (install using macports: sudo port install graphviz) 79 dot.executable = "/opt/local/bin/dot" 80 break 81 default: 82 // assume the linux default path 83 dot.executable = "/usr/bin/dot" 84 } 85 }
Note: See TracChangeset
for help on using the changeset viewer.