diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 06:28:40 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 06:28:40 +0200 |
commit | 4e40de2f8816c93805f5deffbe2d2d7ecff3264e (patch) | |
tree | fe86fc5a638e5552f61ff9beac5a6bd1a9d5da21 /buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml | |
parent | c5a31a3768b49243801cb9198419ecb9d34a7f5e (diff) | |
download | lombok-4e40de2f8816c93805f5deffbe2d2d7ecff3264e.tar.gz lombok-4e40de2f8816c93805f5deffbe2d2d7ecff3264e.tar.bz2 lombok-4e40de2f8816c93805f5deffbe2d2d7ecff3264e.zip |
Whoops, the junit dependency descriptor was misnamed.
Diffstat (limited to 'buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml')
-rw-r--r-- | buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml b/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml new file mode 100644 index 00000000..aa31e5b0 --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml @@ -0,0 +1,13 @@ +<ivy-module version="2.0"> + <info organisation="projectlombok.org" module="junit" revision="4.8.1" publication="20100225011200"> + <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php" /> + <ivyauthor name="KentBeck" url="http://www.threeriversinstitute.org/Kent%20Beck.htm" /> + <description homepage="http://junit.org/" /> + </info> + <configurations> + <conf name="test" /> + </configurations> + <publications> + <artifact conf="test" url="http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.1.jar" /> + </publications> +</ivy-module> |