java/ivy-update.xml
author Claus Gittinger <cg@exept.de>
Wed, 13 Mar 2019 17:13:38 +0100
branchcvs_MAIN
changeset 3891 c2a521a23eaa
parent 3356 a3ad7164f528
permissions -rw-r--r--
#REFACTORING by cg class: JavaClassReader changed: #readVersion useless assignment
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3064
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
<ivy-module version="2.0">
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
    <info
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
        organisation="SWING Research Group &amp; eXept Software A.G."
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
        module="stx.libjava.tools"/>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
   <configurations>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
        <conf name="sources"  description="Source jars"/>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
        <conf name="binaries" description="Binary jars"/>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
    </configurations>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
    <dependencies>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
	<!--
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
	JUnit 4.8.2
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
	http://mvnrepository.com/artifact/junit/junit/4.8.2
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
	-->
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
	<dependency org="junit" name="junit" rev="4.8.2" conf="binaries->default"/>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
	<dependency org="junit" name="junit" rev="4.8.2" conf="sources->sources"/>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
	<!--
3355
a29efdbbfad2 Updated to Groovy 2.1.9
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3064
diff changeset
    23
	Groovy 2.1.9
3064
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
3355
a29efdbbfad2 Updated to Groovy 2.1.9
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3064
diff changeset
    25
	http://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all/2.1.9
3064
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
	-->
3355
a29efdbbfad2 Updated to Groovy 2.1.9
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3064
diff changeset
    27
	<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.1.9" conf="binaries->default"/>
a29efdbbfad2 Updated to Groovy 2.1.9
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3064
diff changeset
    28
	<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.1.9" conf="sources->sources"/>
a29efdbbfad2 Updated to Groovy 2.1.9
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3064
diff changeset
    29
3064
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
    </dependencies>
fcbadfecc4d7 Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
</ivy-module>