You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
4.3 KiB
57 lines
4.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> |
|
<ivy-module |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" |
|
version="1.3"> |
|
|
|
<info organisation="org.springframework" module="${ant.project.name}"> |
|
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> |
|
</info> |
|
|
|
<configurations> |
|
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/> |
|
<conf name="commonj" extends="runtime" description="JARs to compile against CommonJ"/> |
|
<conf name="commons-collections" extends="runtime" description="JARs needed to run with Commons Collections"/> |
|
<conf name="commons-logging" extends="runtime" description="JARs needed to run with Commons Logging"/> |
|
<conf name="ehcache" extends="runtime" description="JARs needed to run with EHCache"/> |
|
<conf name="freemarker" extends="runtime" description="JARs needed to create beans for Freemarker"/> |
|
<conf name="jasper-reports" extends="runtime" description="JARs needed to create beans for Jasper Reports"/> |
|
<conf name="jdbc" extends="runtime" description="JARs needed to run against JDBC"/> |
|
<conf name="mail" extends="runtime" description="JARs needed to create beans for Java Mail"/> |
|
<conf name="quartz" extends="runtime" description="JARs needed to create beans for Quartz"/> |
|
<conf name="velocity" extends="runtime" description="JARs needed to create beans for Velocity"/> |
|
</configurations> |
|
|
|
<publications> |
|
<artifact name="${ant.project.name}"/> |
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> |
|
<artifact name="license" type="license" ext="txt"/> |
|
<artifact name="notice" type="notice" ext="txt"/> |
|
</publications> |
|
|
|
<dependencies> |
|
<dependency org="com.bea.commonj" name="com.springsource.commonj" rev="1.1.0" conf="optional, commonj->compile"/> |
|
<dependency org="com.opensymphony.quartz" name="com.springsource.org.quartz" rev="1.6.2" conf="optional, quartz->compile"/> |
|
<dependency org="javax.activation" name="com.springsource.javax.activation" rev="1.1.0" conf="provided->compile"/> |
|
<dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.0" conf="optional, mail->compile"/> |
|
<dependency org="net.sourceforge.ehcache" name="com.springsource.net.sf.ehcache" rev="1.6.2" conf="optional, ehcache->compile"/> |
|
<dependency org="net.sourceforge.jasperreports" name="com.springsource.net.sf.jasperreports" rev="2.0.5" conf="optional, jasper-reports->compile"/> |
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.collections" rev="3.2.0" conf="optional, commons-collections->compile"/> |
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile, commons-logging->compile"/> |
|
<dependency org="org.apache.velocity" name="com.springsource.org.apache.velocity" rev="1.5.0" conf="optional, velocity->compile"/> |
|
<dependency org="org.freemarker" name="com.springsource.freemarker" rev="2.3.15" conf="optional, freemarker->compile"/> |
|
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/> |
|
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/> |
|
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration" conf="compile->compile"/> |
|
<dependency org="org.springframework" name="org.springframework.jdbc" rev="latest.integration" conf="optional, jdbc->compile"/> |
|
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="optional, jdbc->compile"/> |
|
<!-- test dependencies --> |
|
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="test->runtime"/> |
|
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="test->runtime"/> |
|
<dependency org="org.apache.poi" name="com.springsource.org.apache.poi" rev="3.0.2.FINAL" conf="test->compile"/> |
|
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.5.1" conf="test->compile"/> |
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->runtime"/> |
|
</dependencies> |
|
|
|
</ivy-module>
|
|
|