<?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="osworkflow"
            revision="2.7.0"
            status="release"
            publication="20040526000000">
        <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/osworkflow/">
             OSWOrkflow is a flexible workflow system that can be plugged in to almost any need or existing application. Uses can range from document management to order processing to project management.
            <br/>
        </description>
    </info>
    <configurations>
        <conf name="default" description="The osworkflow jar file" visibility="public"/>
    </configurations>
    <publications>
        <artifact name="osworkflow" type="jar" conf="default"/>
    </publications>
    <dependencies>
        <dependency org="opensymphony" name="oscore" rev="2.0.1"/>
        <dependency org="opensymphony" name="propertyset" rev="1.2"/>
        <dependency org="apache" name="commons-logging" rev="1.0.4"/>
    </dependencies>
</ivy-module>

