From f3873023888aaedc9ebae75c5bafa2bf6c04e849 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 9 Nov 2017 15:09:19 +0300 Subject: [PATCH] Fixed Tabbed display --- numass-control/build.gradle | 2 +- numass-main/build.gradle | 2 +- numass-viewer/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/numass-control/build.gradle b/numass-control/build.gradle index 61a6a1c8..a03a41a2 100644 --- a/numass-control/build.gradle +++ b/numass-control/build.gradle @@ -25,7 +25,7 @@ dependencies { compile project(':numass-client') compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc') compile "hep.dataforge:dataforge-control" //project(':dataforge-control') - compile "hep.dataforge:kodex-gui" + compile "hep.dataforge:dataforge-gui" compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version" } diff --git a/numass-main/build.gradle b/numass-main/build.gradle index 7649d477..55121d7b 100644 --- a/numass-main/build.gradle +++ b/numass-main/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "hep.dataforge:dataforge-minuit" //project(':dataforge-stat:dataforge-minuit') compile "hep.dataforge:grind-terminal" //project(':dataforge-grind:grind-terminal') compile "hep.dataforge:kmath" - compile "hep.dataforge:kodex-gui" + compile "hep.dataforge:dataforge-gui" // https://mvnrepository.com/artifact/org.ehcache/ehcache compile group: 'org.ehcache', name: 'ehcache', version: '3.4.0' diff --git a/numass-viewer/build.gradle b/numass-viewer/build.gradle index 73502cca..1a51777a 100644 --- a/numass-viewer/build.gradle +++ b/numass-viewer/build.gradle @@ -24,7 +24,7 @@ compileKotlin.kotlinOptions.jvmTarget = "1.8" dependencies { compile project(':numass-core') compile "hep.dataforge:plots-jfc" //project(':dataforge-plots:plots-jfc') - compile "hep.dataforge:kodex-gui" + compile "hep.dataforge:dataforge-gui" compile 'com.jcraft:jsch:0.1.54' }