<?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="dwr"
            module="dwr"
            revision="1.0"
            status="release"
            publication="20050829130809">
        <license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
        <ivyauthor name="dwr" url="http://www.getahead.ltd.uk/dwr/"/>

        <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/xwork/">
            DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.
            <br/>
        </description>
    </info>
    <configurations>
        <conf name="default" description="The dwr jar file"/>
    </configurations>
    <publications>
        <artifact name="dwr" type="jar" conf="default"/>
    </publications>
</ivy-module>
