java/ivy-update.xml
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 27 Jan 2015 10:34:39 +0000
changeset 3356 a3ad7164f528
parent 3355 java/ivy.xml@a29efdbbfad2
permissions -rw-r--r--
Groovy and JUnit .jars commited to repository. This was requested by eXept to make it independent of internet connection. The .jars and sources are still managed by IVY, though not resolved and fetched upon every commit. To upgrade to new version of Groovy or JUnit 1) edit ivy-update.xml 2) run ant libs-update to fetch new versions from Maven repository 3) commit files (and remove old ones)
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>