<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="ExitPrepareUnit" title="Exit PREPARE" description="Exit SAPJup">

<InfoText name="Info"><![CDATA[<html>
You have completed the preparation steps for the Java $(/ProcedureName). You can now start the $(/ProcedureName).
</html>]]></InfoText>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
The $(/ProcedureName) consists of two major parts: the PREPARE program and the actual $(/ProcedureName). PREPARE mainly performs checks, collects data, and requires you to enter some data and make some decisions.<br>
For more information, see &quot;Preparation&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<NavigationButtonGroup name="Exit" default="Exit"> 
  <BUTTON name="Exit" enabled="true">#Exit</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
