-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from IBM/develop
Release zAppBuild 3.1.0
- Loading branch information
Showing
45 changed files
with
1,267 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Sample of a language configuration properties file override for group languageConfigProps01 | ||
|
||
# For details, please see the file property management documentation at: | ||
# https://github.com/IBM/dbb-zappbuild/docs/FilePropertyManagement.md | ||
|
||
# | ||
# Sample to merge properties of this file level overwrite with the default setting for cobol_linkEditParms | ||
# A more exclusive overwrite would be cobol_linkEditParms=MAP | ||
cobol_linkEditParms=${cobol_linkEditParms},MAP | ||
|
||
# Add custom language configuration properties below if any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Sample of a language configuration properties file override for group languageConfigProps02 | ||
|
||
# For details, please see the file property management documentation at: | ||
# https://github.com/IBM/dbb-zappbuild/docs/FilePropertyManagement.md | ||
|
||
# | ||
# Sample to merge properties of this file level overwrite with the default setting for cobol_compileParms | ||
# A more exclusive overwrite would be cobol_compileParms=SOURCE | ||
cobol_compileParms=${cobol_compileParms},SOURCE | ||
|
||
# | ||
# Defines exclusively the compile options for this file | ||
#cobol_compilerVersion=V4 | ||
|
||
# Add custom language configuration properties below if any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.