summaryrefslogtreecommitdiffstats
path: root/examples/dependencies/packages/componentC/meta/package.xml
blob: c829970e7f3ac68aa0af272057390f17053ee368 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<Package>
    <DisplayName>Component C (depends on A and B)</DisplayName>
    <Description>This component depends on Component A and Component B. Selecting this component for installation also marks Component A and Component B for installation, which in turn marks Component D, because it has an automatic dependency on Component A and Component B.</Description>
    <Dependencies>componentA, componentB</Dependencies>
    <Version>1.0.0</Version>
    <ReleaseDate>2014-08-25</ReleaseDate>
    <SortingPriority>80</SortingPriority>
</Package>