summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/licenseagreement/data/repository/Updates.xml
blob: 2afd2a74169ae4f021ee574f5b4331520767d8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Updates>
 <ApplicationName>{AnyApplication}</ApplicationName>
 <ApplicationVersion>1.0.0</ApplicationVersion>
 <Checksum>false</Checksum>
 <PackageUpdate>
  <Name>A</Name>
  <DisplayName>A</DisplayName>
  <Description>Example component A</Description>
  <Version>1.0.2-1</Version>
  <ReleaseDate>2015-01-01</ReleaseDate>
  <Default>true</Default>
  <Licenses>
    <License name="GNU GENERAL PUBLIC LICENSE Version 3" file="gpl3.txt"/>
  </Licenses>
 </PackageUpdate>
</Updates>