Subversion Repositories display

Rev

Rev 319 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<ivy-module version="2.0">
        <info organisation="uk.org.mkgmap" module="splitter"/>

        <configurations>
                <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
                <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
                <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
                <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
        </configurations>

        <dependencies>
                <dependency org="dom4j" name="dom4j" rev="1.6.1"
                        conf="compile->default(*)"/>
        </dependencies>
</ivy-module>