comparison Samples/Dcm4Che/configuration.json @ 29:118adbad648f

sharing common properties between samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jun 2024 14:44:37 +0200
parents 6b9433432ee0
children
comparison
equal deleted inserted replaced
28:43923934e934 29:118adbad648f
1 /**
2 * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
3 * SPDX-License-Identifier: GPL-3.0-or-later
4 **/
5
1 { 6 {
2 "Plugins" : [ "../../Plugin/Build" ], 7 "Plugins" : [ "../../Plugin/Build" ],
3 "Java" : { 8 "Java" : {
4 "Enabled" : true, 9 "Enabled" : true,
5 "Classpath" : "target/Sample-0.0-SNAPSHOT-jar-with-dependencies.jar", 10 "Classpath" : "target/OrthancDcm4Che-${ORTHANC_JAVA_VERSION}-jar-with-dependencies.jar",
6 "InitializationClass" : "Main" 11 "InitializationClass" : "Main"
7 } 12 }
8 } 13 }