Changes

Profiles.xml

556 bytes added, 13:18, 25 June 2005
no edit summary
Profiles can depend on more than one package.
 
 
==Quick examples==
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<profiles>
<profile id="default">
<package package-id="firefox" />
</profile>
<profile id="custom">
<depends profile-id="default" />
<package package-id="thunderbird" />
<package package-id="acrobat" />
</profile>
 
<profile id="basement">
<package package-id="photoshop" />
</profile>
 
<profile id="administration">
<depends profile-id="custom" />
<package package-id="firefox" />
<package package-id="database" />
</profile>
 
</profiles>
</blockquote>
==See also==
Anonymous user