[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-wpkg/sources/wpkg/ -> profiles.xml.orig (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  
   3  <!-- System profile database.
   4  
   5       Lists profiles available to the systems. A profile represents a certain
   6       selection of packages from the packages database. Profiles can depend on
   7       other profiles, the end result being the sum of all required packages.
   8       
   9       THIS IS A SAMPLE FILE
  10       
  11       For more info, see http://wpkg.org/index.php/Category:Documentation
  12  
  13  -->
  14  
  15  <profiles>
  16  
  17      <profile id="default">
  18          <package package-id="firefox" />
  19          <package package-id="thunderbird" />
  20      </profile>
  21    
  22      <profile id="custom">
  23          <depends profile-id="default" />
  24          <package package-id="openoffice" />
  25      </profile>
  26  
  27      <profile id="administration">
  28          <depends profile-id="default" />
  29          <package package-id="openoffice" />
  30          <package package-id="acrobat7" />
  31      </profile>
  32  
  33      <profile id="other">
  34          <depends profile-id="default" />
  35          <package package-id="openoffice" />
  36      </profile>
  37  
  38  
  39  </profiles>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1