diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-03-18 18:00:16 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-03-18 18:00:16 +0100 |
commit | 7323cc945da3405c737b6ab262e10829c59cf67f (patch) | |
tree | 3eaf187a4c6477f9c41364a2837ee5bfa88925bf /java/src | |
parent | Universal character names support and other fixes (diff) | |
download | ice-7323cc945da3405c737b6ab262e10829c59cf67f.tar.bz2 ice-7323cc945da3405c737b6ab262e10829c59cf67f.tar.xz ice-7323cc945da3405c737b6ab262e10829c59cf67f.zip |
Fixed IceGridGUI bug where icestorm/glacier2 metrics were not displayed
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/IceGridGUI/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/build.gradle b/java/src/IceGridGUI/build.gradle index 2b81d96f1ed..493396c436f 100644 --- a/java/src/IceGridGUI/build.gradle +++ b/java/src/IceGridGUI/build.gradle @@ -40,6 +40,8 @@ dependencies { compile project(':ice') compile project(':icelocatordiscovery') compile project(':icebox') + compile project(':icestorm') + compile project(':glacier2') compile project(':icegrid') compile 'com.jgoodies:jgoodies-common:1.8.0' compile 'com.jgoodies:jgoodies-looks:2.6.0' @@ -169,4 +171,3 @@ task install(dependsOn: copyJars) if(macosx) { install.dependsOn(copyBundle) } - |