view distribution/config/bundles.properties @ 638:f355627c5cf3 thermostat-0.4-branch

fix bundledeps for heap-related commands reviewed-by: rkennke review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003361.html Adds command-channel bundle dependencies for affected commands, without which thermostat fails to launch the command, due to osgi wiring errors.
author Jon VanAlten <vanaltj@gmail.com>
date Mon, 24 Sep 2012 13:00:57 -0400
parents c95cd9ae6db4
children
line wrap: on
line source

launcher = thermostat-launcher-@project.version@.jar, \
           thermostat-keyring-@project.version@.jar, \
           thermostat-common-core-@project.version@.jar, \
           thermostat-osgi-process-handler-@project.version@.jar, \
           thermostat-tools-@project.version@.jar, \
           thermostat-agent-core-@project.version@.jar

gui = thermostat-common-core-@project.version@.jar, \
      thermostat-common-command-@project.version@.jar, \
      thermostat-client-core-@project.version@.jar, \
      thermostat-client-command-@project.version@.jar, \
      thermostat-client-heapdumper-@project.version@.jar, \
      thermostat-client-killvm-@project.version@.jar, \
      thermostat-client-vmclassstat-@project.version@.jar, \
      thermostat-osgi-living-vm-filter-@project.version@.jar, \
      thermostat-osgi-memory-stats-panel-@project.version@.jar, \
      thermostat-swing-components-@project.version@.jar, \
      thermostat-laf-@project.version@.jar, \
      thermostat-thread-collector-@project.version@.jar, \
      thermostat-thread-client-swing-@project.version@.jar, \
      thermostat-thread-client-controllers-@project.version@.jar, \
      thermostat-thread-client-common-@project.version@.jar, \
      thermostat-osgi-process-handler-@project.version@.jar, \
      thermostat-client-command-@project.version@.jar, \
      thermostat-client-command-@project.version@.jar, \
      thermostat-agent-command-@project.version@.jar

service = thermostat-agent-core-@project.version@.jar, \
          thermostat-osgi-process-handler-@project.version@.jar, \
          thermostat-common-core-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-agent-command-@project.version@.jar, \
          thermostat-agent-cli-@project.version@.jar

agent = thermostat-agent-core-@project.version@.jar, \
        thermostat-osgi-process-handler-@project.version@.jar, \
        thermostat-common-core-@project.version@.jar, \
        thermostat-agent-cli-@project.version@.jar, \
        thermostat-common-command-@project.version@.jar, \
        thermostat-agent-command-@project.version@.jar, \
        thermostat-agent-heapdumper-@project.version@.jar, \
        thermostat-agent-killvm-@project.version@.jar, \
        thermostat-thread-collector-@project.version@.jar, \
        thermostat-thread-harvester-@project.version@.jar, \
        thermostat-client-command-@project.version@.jar

storage = thermostat-agent-core-@project.version@.jar, \
          thermostat-osgi-process-handler-@project.version@.jar, \
          thermostat-common-core-@project.version@.jar, \
          thermostat-agent-cli-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-agent-command-@project.version@.jar

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

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

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

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

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

save-heap-dump-to-file = thermostat-common-core-@project.version@.jar, \
                         thermostat-common-command-@project.version@.jar, \
                         thermostat-client-command-@project.version@.jar, \
                         thermostat-client-core-@project.version@.jar, \
                         thermostat-client-heapdumper-@project.version@.jar, \
                         thermostat-swing-components-@project.version@.jar, \
                         thermostat-laf-@project.version@.jar

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

ping = thermostat-common-command-@project.version@.jar, \
       thermostat-client-command-@project.version@.jar