Mercurial > hg > orthanc-java
view Samples/Dcm4Che/configuration.json @ 47:c749d1095f04
update year to 2025
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 17 Jan 2025 14:06:37 +0100 |
parents | 719e869b010e |
children | ff6e57d0d474 |
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/OrthancDcm4Che-${ORTHANC_JAVA_VERSION}-jar-with-dependencies.jar", "InitializationClass" : "Main" } }