timestamper/griffon-app/conf/Builder.groovy
2009-12-17 23:12:09 -06:00

9 lines
166 B
Groovy
Executable File

root {
'groovy.swing.SwingBuilder' {
controller = ['Threading']
view = '*'
}
'griffon.app.ApplicationBuilder' {
view = '*'
}
}