<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.riotfamily.org/ivy/ivy-doc.xsl"?>
<ivy-module version="1.3">
	<info 
	    organisation="springframework" 
	    module="spring" 
    	revision="2.5.6"
		status="release">
		
		<license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
		<ivyauthor name="neteye" url="http://neteye.de" />
		
		<description homepage="http://www.springframework.org">
			A popular full-stack Java/J2EE application framework 
		    Note: This ivy file does not cover all Spring dependencies.
    	</description>
	</info>
    <configurations>
        <conf name="standard" description="All standard modules, except for test and webmvc" />
        <conf name="webmvc" extends="standard" description="Web-MVC (servlet) integration" />
        <conf name="default" extends="webmvc" description="Standard and Web-MVC (for compatibility with pre 2.5 configs)" />

		<conf name="test" extends="standard" description="Test context framework, JUnit support" />
        <conf name="aop" extends="standard" description="With CGLIB dependency" />
		<conf name="mail" extends="standard" description="With JAF and JavaMail dependencies" />
		
		<conf name="src" description="Sources of all standard modules" />
        <conf name="webmvc-src" extends="src" description="Sources of the webmvc module" />
        <conf name="test-src" extends="src" description="Sources of the test module" />
    </configurations>
	<publications>
        <artifact conf="standard" />
        <artifact type="source" ext="src.zip" conf="src" />
    	<artifact name="spring-webmvc" type="jar" conf="webmvc" />
        <artifact name="spring-webmvc" type="source" ext="src.zip" conf="webmvc-src" />
    	<artifact name="spring-test" type="jar" conf="test" />
        <artifact name="spring-test" type="source" ext="src.zip" conf="test-src" />
    </publications>
    <dependencies>
        <dependency org="apache" name="commons-logging" rev="1.1.1" conf="default" />
		<dependency org="cglib" name="cglib" rev="2.1_3" conf="aop->nodep" />
		<dependency org="sun" name="jaf" rev="1.1" conf="mail->default" />
		<dependency org="sun" name="javamail" rev="1.4" conf="mail->default" />
		<dependency org="apache" name="commons-fileupload" rev="1.2" conf="webmvc->default" />
		<dependency org="junit" name="junit" rev="3.8.1" conf="test->default" />
    </dependencies>
</ivy-module>
