Difference between revisions of "Profile dependencies"
From WPKG | Open Source Software Deployment and Distribution
m |
(No difference)
|
Revision as of 21:51, 9 April 2006
Profiles can depend on each other.
The format is very simple, and reminds the one used for package dependencies:
<profile id="custom">
<depends profile-id="default" />
<depends profile-id="basement" />
<package package-id="wpkg1" />
</profile>