Implemented LoggingLevelLabel as viewable component in the status bar. A click onto the label will open a popup menu that allows the user to set the logging level for the current process. The Version number of EvA2 has now increased to 3.0-rc1. Due to the major changes in the GUI and server implementation I think the version number 2.x should be dropped to reflect the size of changes.
21 lines
673 B
XML
21 lines
673 B
XML
# Select a default module. Set empty or comment out to select from all available modules.
|
|
#
|
|
# possible values are the names of module objects as returned by their getName method (!).
|
|
# DefaultModule = Evolution_Strategy
|
|
DefaultModule = Genetic_Optimization
|
|
|
|
## Uncomment this to show all loadable modules. Most are redundant, though.
|
|
# ShowModules
|
|
|
|
ServerList = localhost,134.2.172.14,ranode22
|
|
|
|
#################### Internals: Do not alter!
|
|
|
|
# base class for modules. Do not alter!
|
|
ModulePackage = eva2.server.modules
|
|
|
|
# filter class for modules. Do not alter!
|
|
ModuleFilterClass = eva2.server.modules.AbstractModuleAdapter
|
|
|
|
# Full EvA2 version number
|
|
EvA2Version = 3.0-rc1 |