eva2/resources/META-INF/EvA2.props
Fabian Becker 146d25b628 fixes #22
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.
2012-05-30 13:49:10 +00:00

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