Kernel

Description

The kernel element declares a root Merlin kernel that is used to establish core services.

Nested Elements

Element Occurance Description
security 0..1 Defintion of a set of named security profiles.
repository 0..1 Defintion of the repository sub-system including proxy settings, cache directory and remote host list.

Sample XML

 <!-- kernel declaration -->
<kernel>

   <logging target="default" priority="INFO">
      <category name="/logger" priority="WARN"/>
   </logging>

   <repository>
     <hosts>
       <host>http://dpml.net</host>
       <host>http://ibiblio.org/maven/</host>
     </hosts>
   </repository>

</kernel>