Kernel

Description

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

Nested Elements

Element Occurance Description
repository 0..1 Defintion of the repository sub-system including proxy settings, cache directory and remote host list.
container 0..1 Definition of the root container.

Sample XML

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

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

   <container/>

</kernel>