comparison Resources/SyncOrthancFolder.py @ 520:e1d3da372805 OrthancMySQL-5.2

mainline -> MySQL 5.2
author Alain Mazy <am@orthanc.team>
date Thu, 06 Jun 2024 15:12:01 +0200
parents 2155c39914a2
children a8bf2d6e86ef b8e6e7a19424
comparison
equal deleted inserted replaced
516:659e40f5d199 520:e1d3da372805
16 from urllib.request import urlopen 16 from urllib.request import urlopen
17 17
18 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') 18 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
19 PLUGIN_SDK_VERSION_OLD = [ '0.9.5', '1.4.0', '1.5.2', '1.5.4' ] 19 PLUGIN_SDK_VERSION_OLD = [ '0.9.5', '1.4.0', '1.5.2', '1.5.4' ]
20 PLUGIN_SDK_VERSION_NEW = [ '1.9.2', '1.12.0', '1.12.3', '1.12.4' ] 20 PLUGIN_SDK_VERSION_NEW = [ '1.9.2', '1.12.0', '1.12.3', '1.12.4' ]
21 HAS_PROTOCOL_BUFFERS = [ '1.12.0', '1.12.3' ] 21 HAS_PROTOCOL_BUFFERS = [ '1.12.0', '1.12.3', '1.12.4' ]
22 REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file' 22 REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'
23 23
24 FILES = [ 24 FILES = [
25 ('default', 'OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'), 25 ('default', 'OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'),
26 ('default', 'OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'), 26 ('default', 'OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'),