Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Dec 6, 2023
1 parent 4b8a828 commit 97f733f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 deletions.
24 changes: 12 additions & 12 deletions weasis-distributions/etc/config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"value": "130",
"description": "The initial start level of the framework upon startup",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "FELIX_CONFIG"
},
{
"code": "felix.startlevel.bundle",
"value": "300",
"description": "The start level of newly installed bundles",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "FELIX_CONFIG"
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
"value": "1",
"description": "Set the logging levels for OSGI framework 0=None / 1(default)=Error / 2=Warning / 3=Information / 4=Debug",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
Expand All @@ -218,15 +218,15 @@
"value": "false",
"description": "Activation of rolling log files",
"type": "F",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LOG"
},
{
"code": "org.apache.sling.commons.log.file.number",
"value": "5",
"description": "The max number of rolling log files",
"type": "F",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
Expand All @@ -248,15 +248,15 @@
"value": "5",
"description": "Defines the maximum number of lines for stack trace (0 => NONE, -1 => ALL). Default value is 3",
"type": "F",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
"code": "audit.log",
"value": "false",
"description": "Audit log for giving statistics about usage of Weasis",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LOG"
},
{
Expand Down Expand Up @@ -285,7 +285,7 @@
"value": "false",
"description": "If true, the bundle cache is cleared when the weasis version has changed from the previous launch",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
Expand Down Expand Up @@ -342,23 +342,23 @@
"value": "true",
"description": "Show a disclaimer at the first launch of Weasis (requires to be accepted to start the application)",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
"code": "weasis.show.release",
"value": "true",
"description": "Show a message when the release has changed",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
"code": "weasis.update.release",
"value": "true",
"description": "Show a message when a new release is available",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
Expand Down Expand Up @@ -408,7 +408,7 @@
"value": "false",
"description": "Show a message of confirmation when closing the application",
"type": "F",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "GENERAL"
},
{
Expand Down
22 changes: 11 additions & 11 deletions weasis-distributions/etc/config/dicomizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"value": "11112",
"description": "Port of DICOM send destination for Dicomizer",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "DICOM"
},
{
Expand Down Expand Up @@ -166,31 +166,31 @@
"value": "false",
"description": "Base thumbnail explorer",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "FACTORY"
},
{
"code": "org.weasis.dicom.explorer.MimeSystemAppFactory",
"value": "false",
"description": "Open a file with the default system application",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "FACTORY"
},
{
"code": "org.weasis.dicom.explorer.DicomExplorerFactory",
"value": "false",
"description": "DICOM series explorer",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "FACTORY"
},
{
"code": "org.weasis.dicom.explorer.pref.download.DicomExplorerPrefFactory",
"value": "false",
"description": "DICOM Explorer preferences",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "FACTORY"
},
{
Expand All @@ -202,15 +202,15 @@
"value": "false",
"description": "Show the rotation toolbar with base 2D viewer",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
},
{
"code": "weasis-base-viewer2d.all.importtoolbar.enable",
"value": "false",
"description": "Show the import toolbar with base 2D viewer",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
},
{
Expand All @@ -225,31 +225,31 @@
"value": "false",
"description": "Show the image tool with base 2D viewer",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
},
{
"code": "weasis-base-viewer2d.all.measuretool.enable",
"value": "false",
"description": "Application",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
},
{
"code": "weasis.toolbar.layout.button",
"value": "false",
"description": "Show the layout toolbar",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
},
{
"code": "weasis.toolbar.synch.button",
"value": "false",
"description": "Show the synch toolbar",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "UI"
}
]
Expand Down
30 changes: 15 additions & 15 deletions weasis-launcher/conf/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"value": "130",
"description": "The initial start level of the framework upon startup",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "FELIX_CONFIG"
},
{
"code": "felix.startlevel.bundle",
"value": "300",
"description": "The start level of newly installed bundles",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "FELIX_CONFIG"
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
"value": "2",
"description": "Set the logging levels for OSGI framework 0=None / 1(default)=Error / 2=Warning / 3=Information / 4=Debug",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
Expand All @@ -218,15 +218,15 @@
"value": "false",
"description": "Activation of rolling log files",
"type": "F",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LOG"
},
{
"code": "org.apache.sling.commons.log.file.number",
"value": "5",
"description": "The max number of rolling log files",
"type": "F",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
Expand All @@ -248,15 +248,15 @@
"value": "-1",
"description": "Defines the maximum number of lines for stack trace (0 => NONE, -1 => ALL). Default value is 3",
"type": "F",
"JavaType": "INT",
"javaType": "INT",
"category": "LOG"
},
{
"code": "audit.log",
"value": "false",
"description": "Audit log for giving statistics about usage of Weasis",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LOG"
},
{
Expand Down Expand Up @@ -292,7 +292,7 @@
"value": "false",
"description": "If true, the bundle cache is cleared when the weasis version has changed from the previous launch",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
Expand Down Expand Up @@ -349,23 +349,23 @@
"value": "false",
"description": "Show a disclaimer at the first launch of Weasis (requires to be accepted to start the application)",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
"code": "weasis.show.release",
"value": "false",
"description": "Show a message when the release has changed",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
"code": "weasis.update.release",
"value": "false",
"description": "Show a message when a new release is available",
"type": "A",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "LAUNCH"
},
{
Expand Down Expand Up @@ -415,7 +415,7 @@
"value": "false",
"description": "Show a message of confirmation when closing the application",
"type": "F",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "GENERAL"
},
{
Expand Down Expand Up @@ -451,23 +451,23 @@
"value": "true",
"description": "Start to download series immediately",
"type": "F",
"JavaType": "BOOLEAN",
"javaType": "BOOLEAN",
"category": "DICOM"
},
{
"code": "download.concurrent.series",
"value": "3",
"description": "The number of concurrently downloaded series",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "DICOM"
},
{
"code": "download.concurrent.series.images",
"value": "4",
"description": "The number of concurrently downloaded images in a series",
"type": "A",
"JavaType": "INT",
"javaType": "INT",
"category": "DICOM"
},
{
Expand Down
Loading

0 comments on commit 97f733f

Please sign in to comment.