UNDEPLOY (for manifest)
The UNDEPLOY
element defines a command and program or script used when
undeploying applications deployed in an archive.
This is an optional element of the TRIGGERS
element.
Syntax
[
<UNDEPLOY>unDeployProgramScript</UNDEPLOY>]
- The unDeployProgramScript program may be a Genero 4GL (.42r or .42m) file or a script file.
Child elements
There are no child elements.
Example UNDEPLOY defined with Genero 4GL program
<TRIGGERS component = 'cpn.gar.execution.local'>
<DEPLOY></DEPLOY>
<UNDEPLOY>fglrun myundeploy.42r</UNDEPLOY>
</TRIGGERS>
In this example the
Example UNDEPLOY defined with script
<TRIGGERS component = 'cpn.gar.execution.local'>
<DEPLOY></DEPLOY>
<UNDEPLOY>myundeploy.sh</UNDEPLOY>
</TRIGGERS>
Parent elements
This element is a child of the TRIGGERS (for manifest) element.