Skip to content

Commit

Permalink
Simplify file patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
drbruce-git authored Jun 5, 2019
1 parent e1cb39c commit 05e7f40
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Build/MortgageApplication/build/file.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
#

# Script Mappings - used to associate build scripts to programs
scriptMapping = BMSProcessing :: **/MortgageApplication/bms/*.bms
scriptMapping = Compile :: **/MortgageApplication/cobol/epsmlist.cbl, **/MortgageApplication/cobol/epsnbrvl.cbl
scriptMapping = CobolCompile :: **/MortgageApplication/cobol/epsmpmt.cbl, **/MortgageApplication/cobol_cics/*.cbl, \
**/MortgageApplication/cobol_cics_db2/*.cbl
scriptMapping = LinkEdit :: **/MortgageApplication/link/*.lnk
scriptMapping = MFSGENUtility :: **/MortgageApplication/mfs/*.mfs
scriptMapping = BMSProcessing :: **/*.bms
scriptMapping = Compile :: **/cobol/epsmlist.cbl, **/cobol/epsnbrvl.cbl
scriptMapping = CobolCompile :: **/cobol/epsmpmt.cbl, **/cobol_cics/*.cbl, **/cobol_cics_db2/*.cbl
scriptMapping = LinkEdit :: **/*.lnk
scriptMapping = MFSGENUtility :: **/*.mfs

# Language hints
dbb.DependencyScanner.languageHint = COB :: **/*.cbl, **/*.cpy

0 comments on commit 05e7f40

Please sign in to comment.