changeset 551:7d8fb7d80369

Fix bundle dependencies for storage and gui commands. These commands were missing dependencies in bundles.properties. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-August/002828.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Mon, 20 Aug 2012 12:48:07 +0200
parents 55b2098ee74d
children b0f4e49b9f75
files distribution/config/bundles.properties
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/config/bundles.properties	Fri Aug 17 18:03:04 2012 +0200
+++ b/distribution/config/bundles.properties	Mon Aug 20 12:48:07 2012 +0200
@@ -19,7 +19,8 @@
       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-thread-client-common-@project.version@.jar, \
+      thermostat-osgi-process-handler-@project.version@.jar
 
 service = thermostat-agent-core-@project.version@.jar, \
           thermostat-osgi-process-handler-@project.version@.jar, \
@@ -38,7 +39,9 @@
 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-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-client-core-@project.version@.jar, \