<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.jayasoft.fr/org/ivyrep/ivy-doc.xsl"?>
<ivy-module version="1.0">
    <info
            organisation="opensymphony"
            module="sitemesh"
            revision="2.2.1"
            status="release"
            publication="20041008000000">
        <license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
        <ivyauthor name="opensymphony" url="http://www.opensymphony.com/"/>

        <repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/"
                    pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
        <repository name="ibiblio" url="http://www.ibiblio.org/maven/" pattern="[module]/jars/[artifact]-[revision].jar"
                    ivys="false" artifacts="true"/>

        <description homepage="http://www.opensymphony.com/sitemesh/">
            SiteMesh is a web-page layout system that can be used to abstract common look and feel from the functionality of a web-application and to assemble large webpages from smaller components. Pages and components can have meta-data extracted from them (such as body, title and meta-tags) which can be used by decorators (skins) that are applied.
            <br/>
        </description>
    </info>
    <configurations>
        <conf name="default" description="The sitemesh jar file" visibility="public"/>
    </configurations>
    <publications>
        <artifact name="sitemesh" type="jar" conf="default"/>
    </publications>
</ivy-module>

