Skip to content

Commit

Permalink
Update the required fields strategy - certain use cases do not requir…
Browse files Browse the repository at this point in the history
…e paramFilesDirPath and filesDirPath, so these are no longer marked as required and the field descriptions are improved
  • Loading branch information
ndebuhr committed Sep 29, 2020
1 parent 3856370 commit b33c76c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<property name="versioningEnabled" kind="boolean" default="false" category="Powercenter"
description="If set to true, undeploy will not be executed, as pmrep deleteobject doesn't work with versioning enabled."/>

<property name="paramFilesDirPath" kind="string" category="Powercenter"
description="Param files directory."/>
<property name="filesDirPath" kind="string" category="Powercenter"
description="Supplementary files directory."/>
<property name="paramFilesDirPath" kind="string" required="false" category="Powercenter"
description="This param files directory must be specified for use cases like Param File, Misc. File, and Misc. Folder deployments."/>
<property name="filesDirPath" kind="string" required="false" category="Powercenter"
description="This supplementary files directory must be specified for use cases like Param File, Misc. File, and Misc. Folder deployments."/>

<method name="verifyConnection" label="Verify Connection" delegate="shellScript"
script="powercenter/powercenter_checkConnection"/>
Expand Down

0 comments on commit b33c76c

Please sign in to comment.