view distribution/config/commands/gui.properties @ 2608:1286dad1ad8f

Fill in command-group-metadata Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022220.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022331.html
author Andrew Azores <aazores@redhat.com>
date Fri, 03 Mar 2017 12:45:11 -0500
parents 879eb9424133
children
line wrap: on
line source

bundles = com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \
          com.redhat.thermostat.common.command=${project.version}, \
          com.redhat.thermostat.client.core=${project.version}, \
          com.redhat.thermostat.client.cli=${project.version}, \
          com.redhat.thermostat.client.swing=${project.version}, \
          com.redhat.thermostat.client.swing.components=${project.version}, \
          com.redhat.thermostat.filter.livingvm.core=${project.version}, \
          com.redhat.thermostat.filter.livingvm.swing=${project.version}, \
          com.redhat.thermostat.process=${project.version}, \

summary = launch the GUI client

description = Launch the GUI client. The GUI client provides a graphical interface to all the features.

usage = gui [-l <level>] [--show-splash]

options = AUTO_LOG_OPTION, splashscreen

splashscreen.long = show-splash
splashscreen.required = false
splashscreen.hasarg = false
splashscreen.description = display a splash screen while launching Thermostat gui

environments = cli

command-groups=thermostat-core