<!-- DOCTYPE ConfigurationList SYSTEM "activity.dtd" -->

<ConfigurationList type="Unit">

  <ControlUnit name="JSPM">
    <Version name="JSPM">1.0</Version>

    <Description>Apply Support Packages and Patches</Description>
    <Parameter name="mandatory">true</Parameter>
    <Parameter name="ignorable">false</Parameter>
    <Parameter name="autorun">true</Parameter>

    <ModulList>
      <Modul name="JSPMPhases" context="JspmContext">
        <Description>Executes whole JSPM deployment process</Description>
        <Parameter name="mandatory">true</Parameter>
        <Parameter name="ignorable">false</Parameter>

         <PhaseList>

          <Phase name="JSPM_MAIN" type="com.sap.sdt.jspm.phases.PhaseTypeJSPM" id="1">
            <Description>Start the wizard for applying support packages and patches</Description>
            <Useraction>Select the packages type</Useraction>
            <Duration>dialogs</Duration>
          </Phase>

        </PhaseList>
      </Modul>
    </ModulList>
  </ControlUnit>

</ConfigurationList>