summaryrefslogtreecommitdiffstats
path: root/examples/dependencies/packages/componentD/meta/package.xml
blob: d2af2e64c4c674ff8924b3d7cdea37a6432dfa5e (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<Package>
    <DisplayName>Component D (auto depends on A and B)</DisplayName>
    <Description>This component has an automatic dependency on Component A and Component B. If both A and B are marked for installation, this component is also installed.</Description>
    <AutoDependOn>componentA, componentB</AutoDependOn>
    <Version>1.0.0</Version>
    <ReleaseDate>2014-08-25</ReleaseDate>
    <SortingPriority>70</SortingPriority>
</Package>