forked from IBM/dbb-git-migration-modeler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepositoryPathsMapping.yaml
73 lines (73 loc) · 1.79 KB
/
repositoryPathsMapping.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
repositoryPaths:
- repositoryPath: $application/src/cobol
artifactsType: "Program"
sourceGroup: "cobol"
language: "COBOL"
languageProcessor: "Cobol.groovy"
fileExtension: cbl
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- COBOL
- repositoryPath: $application/src/copy
artifactsType: "Include File"
sourceGroup: "copy"
language: "COBOL"
languageProcessor: "none"
fileExtension: cpy
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- COPY
scan:
language: COB
fileType: INCL
- repositoryPath: $application/src/pli
artifactsType: "Program"
sourceGroup: "pli"
language: "PL/I"
languageProcessor: "PLI.groovy"
fileExtension: cbl
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- SRC
types:
- PLICICSDB2
- PLICICS
- repositoryPath: $application/src/asm
artifactsType: "Program"
sourceGroup: "asm"
language: "ASM"
languageProcessor: "Assembler.groovy"
fileExtension: asm
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- ASM
- repositoryPath: $application/src/bms
artifactsType: "BMS"
sourceGroup: "bms"
language: "ASM"
languageProcessor: "BMS.groovy"
fileExtension: bms
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- BMS
- repositoryPath: $application/src/link
artifactsType: "Other"
sourceGroup: "link"
language: "LINK"
languageProcessor: "LinkEdit.groovy"
fileExtension: lnk
toLowerCase: true
encoding: IBM-1047
mvsMapping:
datasetLastLevelQualifiers:
- LINK