view distribution/config/commands/save-heap-dump-to-file.properties @ 651:205565370bab

Move command usage to properties file Reviewed-by: sgehwolf Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003395.html
author Jon VanAlten <vanaltj@gmail.com>
date Tue, 02 Oct 2012 17:43:38 -0400
parents 486a299ab905
children e88742733601
line wrap: on
line source

bundles = thermostat-common-core-@project.version@.jar, \
          thermostat-client-core-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-client-command-@project.version@.jar, \
          thermostat-client-heapdumper-@project.version@.jar, \
          thermostat-swing-components-@project.version@.jar, \
          thermostat-laf-@project.version@.jar

description = saves a heap dump to a local file

usage = thermostat save-heap-dump-to-file --heapId <heap> --file <filename>