2019-05-29 16:58:39 +01:00
|
|
|
|
2019-05-29 17:12:31 +01:00
|
|
|
application {
|
|
|
|
title = 'MuWire'
|
|
|
|
startupGroups = ['EventList']
|
|
|
|
autoShutdown = true
|
|
|
|
}
|
2019-05-29 16:58:39 +01:00
|
|
|
|
2019-05-29 17:12:31 +01:00
|
|
|
mvcGroups {
|
|
|
|
'EventList' {
|
|
|
|
model = 'com.muwire.gui.EventListModel'
|
|
|
|
view = 'com.muwire.gui.EventListView'
|
|
|
|
controller = 'com.muwire.gui.EventListController'
|
2019-05-29 16:58:39 +01:00
|
|
|
}
|
2019-05-29 17:12:31 +01:00
|
|
|
}
|