<?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="cos"
            module="cos"
            revision="20021105"
            status="release"
            publication="20021105000000">
        <license name="com.oreilly.servlet License" url="http://servlets.com/cos/license.html"/>
        <ivyauthor name="Metissian LLC" url="http://www.metissian.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.servlets.com">
             The com.oreilly.servlet package is the "must have" class library for servlet developers. There are classes to help servlets parse parameters, handle file uploads, generate multipart responses (server push), negotiate locales for internationalization, return files, manage socket connections, and act as RMI servers, as well as a class to help applets communicate with servlets. Since the first edition, there are also new classes to help servlets send email messages, cache responses, and auto-detect servlet API support.
            <br/>
        </description>
    </info>
    <configurations>
        <conf name="default" description="The multipartrequest jar file" visibility="public"/>
    </configurations>
    <publications>
        <artifact name="cos" type="jar" conf="default"/>
    </publications>
</ivy-module>

