view distribution/config/commands/agent.properties @ 1242:441eaa41693d

Use bundle names/versions for built in commands Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-August/008075.html
author Omair Majid <omajid@redhat.com>
date Tue, 03 Sep 2013 17:12:23 -0400
parents 2b4427689a30
children 9ad2d74ff780
line wrap: on
line source

bundles = com.redhat.thermostat.agent.core=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \
          org.apache.httpcomponents.httpcore=${httpcomponents.version}, \
          org.apache.httpcomponents.httpclient=${httpcomponents.version}, \
          com.google.gson=${gson.version}, \
          com.redhat.thermostat.process=${project.version}, \
          com.redhat.thermostat.common.core=${project.version}, \
          com.redhat.thermostat.agent.cli=${project.version}, \
          com.redhat.thermostat.common.command=${project.version}, \
          com.redhat.thermostat.agent.command=${project.version}, \
          com.redhat.thermostat.killvm.agent=${project.version}, \
          com.redhat.thermostat.backend.system=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.mongodb=${mongo-driver.version}, \
          org.apache.commons.beanutils=${commons-beanutils.version}, \
          org.apache.commons.codec=${commons-codec.osgi-version}, \
          org.apache.commons.collections=${commons-collections.version}, \
          org.apache.commons.logging=${commons-logging.version}, \
          org.jboss.netty=${netty.version}

description = starts and stops the thermostat agent

usage = agent [-d <url>] [-s] [-l <level>]

options = AUTO_LOG_OPTION, AUTO_DB_OPTIONS, saveOnExit

saveOnExit.short = s
saveOnExit.long = saveOnExit
saveOnExit.description = save the data on exit
saveOnExit.required = false
saveOnExit.hasarg = false

environments = cli