libraries

Purpose

Container for a list of libraries.

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

Contained by

Contains

Example

<projects>
  <default>
    <xml-policies directory="/opt/MCS/repository/xml-repository" />
    <assets base-url="/mcs/" />
  </default>
  <project name="build-in-components"
           identity="http://www.antennasoftware.com/components/build-in-amp-web-server-components/">
    <xml-policies directory="/opt/MCS/repository/build-in-components" />
    <assets base-url="/build-in-components/" />
  </project>
  <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>
</projects>

Related topics