Skip to content

Commit eb86f3b

Browse files
rjrudinMarkLogic Builder
authored andcommitted
DHFPROD-3193: Replacing language with lang
1 parent 0f98dd9 commit eb86f3b

File tree

62 files changed

+167
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+167
-104
lines changed

examples/dh-5-example/mappings/OrderMappingJson/OrderMappingJson-1.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "OrderMappingJson",
44
"description" : "Default description",
55
"version" : 1,

examples/dh-5-example/mappings/OrderMappingJson/OrderMappingJson-2.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "OrderMappingJson",
44
"description" : "Default description",
55
"version" : 2,

examples/dh-5-example/mappings/OrderMappingXml/OrderMappingXml-1.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "OrderMappingXml",
44
"description" : "Default description",
55
"version" : 1,

examples/dh-5-example/mappings/OrderMappingXml/OrderMappingXml-2.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "OrderMappingXml",
44
"description" : "Default description",
55
"version" : 2,

examples/dh-5-example/mappings/test1/test1-1.mapping.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "test1",
44
"description" : "Default description",
55
"version" : 1,
@@ -11,4 +11,4 @@
1111
"sourcedFrom" : "id"
1212
}
1313
}
14-
}
14+
}

examples/dh-5-example/step-definitions/custom/step-01/step-01.step.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "step-01",
44
"description" : null,
55
"type" : "CUSTOM",
@@ -12,4 +12,4 @@
1212
"retryLimit" : 0,
1313
"batchSize" : 100,
1414
"threadCount" : 4
15-
}
15+
}

examples/dh-5-example/step-definitions/ingestion/ingest/ingest.step.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "ingest",
44
"description" : null,
55
"type" : "INGESTION",
@@ -18,4 +18,4 @@
1818
"outputURIReplacement" : "",
1919
"inputFileType" : ""
2020
}
21-
}
21+
}

examples/dh-5-example/step-definitions/mapping/cust-mapping/cust-mapping.step.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "cust-mapping",
44
"description" : null,
55
"type" : "MAPPING",
@@ -15,4 +15,4 @@
1515
"retryLimit" : 0,
1616
"batchSize" : 100,
1717
"threadCount" : 4
18-
}
18+
}

examples/dhf4/gradle-tasks-demo/docs/mappings/prodMap-1.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "prodMap",
44
"description" : "Default description",
55
"version" : 1,

examples/dhf4/gradle-tasks-demo/docs/mappings/prodMap-2.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"language" : "zxx",
2+
"lang" : "zxx",
33
"name" : "prodMap",
44
"description" : "Default description",
55
"version" : 2,

0 commit comments

Comments
 (0)