|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> |
3 | | -<ivy-module |
4 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 | | - xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" |
6 | | - version="1.3"> |
7 | | - |
8 | | - <info organisation="org.springframework" module="${ant.project.name}"> |
9 | | - <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> |
10 | | - </info> |
11 | | - |
12 | | - <configurations> |
13 | | - <include file="${spring.build.dir}/common/default-ivy-configurations.xml"/> |
14 | | - <conf name="aspectj" extends="runtime" description="JARs needed to run with AspectJ"/> |
15 | | - <conf name="tx" extends="runtime" description="JARs needed to run transactional aspects"/> |
16 | | - <conf name="orm" extends="runtime" description="JARs needed to compile JPA aspects"/> |
17 | | - </configurations> |
18 | | - |
19 | | - <publications> |
20 | | - <artifact name="${ant.project.name}"/> |
21 | | - <artifact name="${ant.project.name}-sources" type="src" ext="jar"/> |
22 | | - </publications> |
23 | | - |
24 | | - <dependencies> |
25 | | - <dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile->compile"/> |
26 | | - <dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.6.5.RELEASE" conf="optional, aspectj->compile"/> |
27 | | - <dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="test->compile"/> |
28 | | - <dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="optional, tx->compile"/> |
29 | | - <dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="optional,orm->compile"/> |
30 | | - <dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->runtime"/> |
31 | | - <dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="test->runtime"/> |
32 | | - <dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="test->runtime"/> |
33 | | - <dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="test->compile"/> |
34 | | - <dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="provided, compile->compile"/> |
35 | | - <dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.0" conf="test->compile"/> |
36 | | - </dependencies> |
37 | | - |
38 | | -</ivy-module> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> |
| 3 | +<ivy-module |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | + xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" |
| 6 | + version="1.3"> |
| 7 | + |
| 8 | + <info organisation="org.springframework" module="${ant.project.name}"> |
| 9 | + <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> |
| 10 | + </info> |
| 11 | + |
| 12 | + <configurations> |
| 13 | + <include file="${spring.build.dir}/common/default-ivy-configurations.xml"/> |
| 14 | + <conf name="commons-logging" extends="runtime" description="JARs needed to run with Commons Logging"/> |
| 15 | + <conf name="aspectj" extends="runtime" description="JARs needed to run with AspectJ"/> |
| 16 | + <conf name="tx" extends="runtime" description="JARs needed to run transactional aspects"/> |
| 17 | + <conf name="orm" extends="runtime" description="JARs needed to compile JPA aspects"/> |
| 18 | + </configurations> |
| 19 | + |
| 20 | + <publications> |
| 21 | + <artifact name="${ant.project.name}"/> |
| 22 | + <artifact name="${ant.project.name}-sources" type="src" ext="jar"/> |
| 23 | + </publications> |
| 24 | + |
| 25 | + <dependencies> |
| 26 | + <dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile, commons-logging->compile"/> |
| 27 | + <dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.6.5.RELEASE" conf="optional, aspectj->compile"/> |
| 28 | + <dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="test->compile"/> |
| 29 | + <dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="optional, tx->compile"/> |
| 30 | + <dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="optional,orm->compile"/> |
| 31 | + <dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->runtime"/> |
| 32 | + <dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="test->runtime"/> |
| 33 | + <dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="test->runtime"/> |
| 34 | + <dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="test->compile"/> |
| 35 | + <dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="provided, compile->compile"/> |
| 36 | + <dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.0" conf="test->compile"/> |
| 37 | + </dependencies> |
| 38 | + |
| 39 | +</ivy-module> |
0 commit comments