summaryrefslogtreecommitdiffstats
path: root/ivy.xml
blob: cd37e8a232da3d90a60312fbcb2599f7c642a205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<ivy-module version="1.1">
    <info organisation="sourceforge" module="ant-contrib" />
    
    <configurations>
        <conf name="default" />
        <conf name="test" extends="default" />
    </configurations>
    <publications>
        <artifact name="ant-contrib" type="jar" />
    </publications>
    
    <dependencies>
        <dependency org="apache"
                    name="bcel"
                    rev="5.1" />
        <dependency org="apache"
                    name="ant"
                    rev="1.6.5" />
        <dependency org="apache"
                    name="xercesImpl"
                    rev="2.6.2" />
        <dependency org="junit"
                    name="junit"
                    rev="3.8.1"
                    conf="test->default" />
    </dependencies>
</ivy-module>