<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> -->
<jump-container type="dialog">

<Composite name="ModifiedComponents" title="Modified Components" 
description="Modified components detected. 
JSPM looks for successor components in CMS assembled directory $(CMSAssembledDir) and in the directory of the original archive. 
Select the version that you want to apply for each component.">
	<TableInput name="TestObjectTableInput">
		<HEADING>List of found modified components and their valid successors</HEADING>
		<DISPLAY>
			<ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
			<ColumnName heading="Current Version (Provider)" editable="false">CurrentSP</ColumnName>
			<ColumnName heading="Target Version (Provider)" editable="true">TargetSP</ColumnName>
			<ColumnName heading="Details" editable="false" dependsOnColumnID="2">Details</ColumnName>
		</DISPLAY>
		<VARIABLE>MODIFIED_COMPONENTS_TABLE</VARIABLE>
	</TableInput>

	<NavigationButtonGroup name="NavigationButtonGroup" default="Next">
		<BUTTON name="Back" enabled="true">#Back</BUTTON>
		<BUTTON name="Next" enabled="true">#Next</BUTTON>
		<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
		<VARIABLE>NavigationButtonGroup</VARIABLE>
	</NavigationButtonGroup>

</Composite>

</jump-container>
			