-
Notifications
You must be signed in to change notification settings - Fork 143
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 #354 from IBM/develop
Release zAppBuild 3.2.0
- Loading branch information
Showing
39 changed files
with
1,862 additions
and
466 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Releng properties used by language/Transfer.groovy | ||
|
||
# Comma separated list of required build properties for Cobol.groovy | ||
transfer_requiredBuildProperties=transfer_srcPDS,transfer_srcOptions,\ | ||
transfer_requiredBuildProperties=transfer_srcPDS,transfer_dsOptions,\ | ||
transfer_deployType | ||
|
||
# | ||
# transfer source data sets | ||
# Transfer source data sets | ||
# Add additional dataset definitions, depending on your requirements | ||
# | ||
# Please note, that files in the repository require to be mapped by a PropertyMapping in file.properties | ||
# to one of the dataset definitions | ||
# to one of the dataset definitions. See samples/application-conf/file.properties | ||
# | ||
transfer_srcPDS=${hlq}.SOURCE | ||
transfer_jclPDS=${hlq}.JCL | ||
transfer_xmlPDS=${hlq}.XML | ||
|
||
# | ||
# dataset creation options | ||
transfer_srcOptions=cyl space(1,1) lrecl(80) dsorg(PO) recfm(F,B) dsntype(library) | ||
|
||
# List of output datasets to document deletions | ||
transfer_outputDatasets=${transfer_srcPDS} | ||
# | ||
# This is using the DBB PropertyMapping syntax allowing multiple mappings of | ||
# target source dataset definitions to the required options | ||
# | ||
transfer_dsOptions=cyl space(1,1) lrecl(80) dsorg(PO) recfm(F,B) dsntype(library) :: transfer_srcPDS, transfer_jclPDS | ||
transfer_dsOptions=cyl space(1,1) lrecl(144) dsorg(PO) recfm(F,B) dsntype(library) :: transfer_xmlPDS |
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
Oops, something went wrong.