changeset 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 2e7690c2c441
children 73b984279227
files distribution/config/bundles.properties
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/config/bundles.properties	Fri Sep 21 21:11:23 2012 +0200
+++ b/distribution/config/bundles.properties	Mon Sep 24 13:00:57 2012 -0400
@@ -52,42 +52,56 @@
           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, \