view distribution/config/commands/service.properties @ 1009:e053b0c2d48f

Remove thread-controllers from service.properties Omair has discovered that the thread-controllers bundle is still listed in service.properties, when it doesn't need to be. This commit simply removes it. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005919.html
author Elliott Baron <ebaron@redhat.com>
date Wed, 27 Feb 2013 12:54:23 -0500
parents 0f4271d4e334
children
line wrap: on
line source

bundles = thermostat-agent-core-@project.version@.jar, \
          thermostat-storage-mongodb-${project.version}.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-collections.jar, \
          commons-logging.jar, \
          commons-codec.jar, \
          thermostat-osgi-process-handler-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-agent-command-@project.version@.jar, \
          thermostat-agent-cli-@project.version@.jar, \
          netty.jar

description = starts and stops the thermostat storage and agent

usage = service [-l <level>]

options = AUTO_LOG_OPTION