libraries

Purpose

Container for a list of libraries.

Refer to the topic entitled Using policy libraries for further information.

Contained by

Contains

Example

<project>
  <xml-policies directory="policies/"/>
  <assets base-url="assets/"/>
  <libraries>
    <library identity="http://cool-components.com/buttons/"
             location="../libraries/cool-buttons/"/>
    <library identity="http://smart-solutions.com/reusable-components/layouts/"
             location="file:///opt/mcs/libraries/smart-layouts-2/"/>
    <library identity="http://smart-solutions.com/reusable-components/layouts-2.0/" 
             location="file:///opt/mcs/libraries/smart-layouts-2/"/>
    <library identity="http://cool-components.com/image-galeries/" 
             location="http://our-own-library-cache.volantis.com/cool-image-galeries/"/>
  </libraries>
</project>

Related topics