<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="ExitUpgradeUnit" title="Exit $(/ProcedureName)" description="Exit SAPJup">

<InfoText name="Info">
<if test="'$(/J2EE/EHPInstaller)' == 'true'">
<![CDATA[<html>
The EhP installation has finished. The selected enhancement packages were installed.
</html>]]>
</if>
<if test="'$(/J2EE/EHPInstaller)' == 'false'">
<![CDATA[<html>
The Java $(/ProcedureName) has finished. Your system has now been $(/ProcedureAdjective).
</html>]]>
</if>
</InfoText>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
</html>]]>
<if test="'$(/J2EE/EHPInstaller)' == 'true'">
<![CDATA[<html>
Now perform the post-installation follow-up activities as described in the EhP installation documentation.<br>
For more information, see &quot;Follow-Up Activities&quot; in the <b><a href="http://service.sap.com/instguides">EhP Installation Guide</a></b>.<br>
</html>]]>
</if>
<if test="'$(/J2EE/EHPInstaller)' == 'false'">
<![CDATA[<html>
Now perform the post-$(/ProcedureName) follow-up activities as described in the $(/ProcedureName) documentation.<br>
For more information, see &quot;Follow-Up Activities&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]>
</if>
</InfoText>

<NavigationButtonGroup name="Exit" default="Exit"> 
  <BUTTON name="Exit" enabled="true">#Exit</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

<eliminators>
  <CustomEliminator name="BatchModeDialogEliminator">
    <EliminatorClass>com.sap.sdt.j2ee.tools.dialog.elim.BatchModeDialogEliminator</EliminatorClass>
  </CustomEliminator>
</eliminators>

</jump-container>
