<?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="pell"
            module="multipartrequest"
            revision="1.20"
            status="release"
            publication="20011018000000">
        <license name="LGPL" url="http://www.gnu.org/copyleft/lesser.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.geocities.com/jasonpell/programs.html">
            MultipartRequest parses a multipart form data input stream and saves any files/parameters encountered for later use. It supports both CGI and Servlets. Supports is provided for uploading into memory(for database apps, etc) or streaming to file system.
            <br/>
        </description>
    </info>
    <configurations>
        <conf name="default" description="The multipartrequest jar file" visibility="public"/>
    </configurations>
    <publications>
        <artifact name="multipartrequest" type="jar" conf="default"/>
    </publications>
</ivy-module>

