Mercurial > hg > orthanc-java
view Samples/Basic/configuration.json @ 49:6c79dc680393
introducing support for multiple versions of the SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Jan 2025 14:14:17 +0100 |
parents | 719e869b010e |
children | 1bc05cacb6fc |
line wrap: on
line source
/** * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ { "Plugins" : [ "../../Plugin/Build" ], "Java" : { "Enabled" : true, "Classpath" : "target/OrthancBasic-${ORTHANC_JAVA_VERSION}-jar-with-dependencies.jar", "InitializationClass" : "Main" } }