# HG changeset patch
# User Sebastien Jodogne <s.jodogne@gmail.com>
# Date 1700636118 -3600
# Node ID 1be232fa8f33bca35537bf21ef584e5ec12354d9
# Parent  b69bc09e29695d6ac119ee1d0cc0c24447162176
migration to UCLouvain servers

diff -r b69bc09e2969 -r 1be232fa8f33 README
--- a/README	Thu Oct 26 13:51:32 2023 +0200
+++ b/README	Wed Nov 22 07:55:18 2023 +0100
@@ -13,7 +13,7 @@
 ----------------------
 
 Build and usage instructions are available in the Orthanc Book:
-http://book.orthanc-server.com/plugins/java.html
+https://orthanc.uclouvain.be/book/plugins/java.html
 
 
 Licensing
diff -r b69bc09e2969 -r 1be232fa8f33 Resources/Orthanc/CMake/JsonCppConfiguration.cmake
--- a/Resources/Orthanc/CMake/JsonCppConfiguration.cmake	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/Orthanc/CMake/JsonCppConfiguration.cmake	Wed Nov 22 07:55:18 2023 +0100
@@ -24,12 +24,12 @@
 if (STATIC_BUILD OR NOT USE_SYSTEM_JSONCPP)
   if (USE_LEGACY_JSONCPP)
     set(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-0.10.7)
-    set(JSONCPP_URL "https://orthanc.uclouvain.be/third-party-downloads/jsoncpp-0.10.7.tar.gz")
+    set(JSONCPP_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/jsoncpp-0.10.7.tar.gz")
     set(JSONCPP_MD5 "3a8072ca6a1fa9cbaf7715ae625f134f")
     add_definitions(-DORTHANC_LEGACY_JSONCPP=1)
   else()
     set(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-1.9.4)
-    set(JSONCPP_URL "https://orthanc.uclouvain.be/third-party-downloads/jsoncpp-1.9.4.tar.gz")
+    set(JSONCPP_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/jsoncpp-1.9.4.tar.gz")
     set(JSONCPP_MD5 "4757b26ec89798c5247fa638edfdc446")
     add_definitions(-DORTHANC_LEGACY_JSONCPP=0)
     set(JSONCPP_CXX11 ON)
diff -r b69bc09e2969 -r 1be232fa8f33 Resources/Orthanc/CMake/WindowsResources.rc
--- a/Resources/Orthanc/CMake/WindowsResources.rc	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/Orthanc/CMake/WindowsResources.rc	Wed Nov 22 07:55:18 2023 +0100
@@ -16,7 +16,7 @@
             VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}"
             VALUE "InternalName", "${PRODUCT}"
             VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Osimis S.A., and ICTEAM UCLouvain"
-            VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/"
+            VALUE "LegalTrademarks", "Licensing information is available at https://orthanc.uclouvain.be/book/faq/licensing.html"
             VALUE "OriginalFilename", "${FILENAME}"
             VALUE "ProductName", "${PRODUCT}"
             VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}"
diff -r b69bc09e2969 -r 1be232fa8f33 Resources/SyncOrthancFolder.py
--- a/Resources/SyncOrthancFolder.py	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/SyncOrthancFolder.py	Wed Nov 22 07:55:18 2023 +0100
@@ -33,7 +33,7 @@
 
 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
 PLUGIN_SDK_VERSION = '1.10.0'
-REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file'
+REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'
 
 FILES = [
     ('OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'),