Difference between revisions of "Profile dependencies"
From WPKG | Open Source Software Deployment and Distribution
m |
(Improved use of English ('similar to the one' rather than 'reminds the one')) |
||
Line 1: | Line 1: | ||
Profiles can depend on each other. | Profiles can depend on each other. | ||
− | The format is very simple, and | + | The format is very simple, and similar to the one used for [[package dependencies]]: |
<profile id="custom"> | <profile id="custom"> |
Latest revision as of 17:17, 19 September 2006
Profiles can depend on each other.
The format is very simple, and similar to the one used for package dependencies:
<profile id="custom"> <depends profile-id="default" /> <depends profile-id="basement" /> <package package-id="wpkg1" /> </profile>