aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-02-24 23:16:28 +0100
committerRoel Spilker <r.spilker@gmail.com>2014-02-24 23:16:28 +0100
commit15e7adfa08a3dc86e34008c80b5719e93fb73811 (patch)
tree053f93a25a0acd2b1c055b908416d704aade0527 /buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml
parent4372aedbd03cc4e43b90a4c0c4f703da01f322ef (diff)
downloadlombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.tar.gz
lombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.tar.bz2
lombok-15e7adfa08a3dc86e34008c80b5719e93fb73811.zip
Another shot in the dark to fix deadlock issues with eclipse and build plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark.
Diffstat (limited to 'buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml')
-rw-r--r--buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml
new file mode 100644
index 00000000..410c4a97
--- /dev/null
+++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.8.xml
@@ -0,0 +1,14 @@
+<ivy-module version="2.0">
+ <info organisation="org.projectlombok" module="lombok.patcher" revision="0.8" publication="20140224231400">
+ <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php" />
+ <ivyauthor name="rzwitserloot" url="http://zwitserloot.com/" />
+ <ivyauthor name="rspilker" url="http://github.com/rspilker" />
+ <description homepage="http://projectlombok.org/" />
+ </info>
+ <configurations>
+ <conf name="default" />
+ </configurations>
+ <publications>
+ <artifact conf="default" url="http://projectlombok.org/downloads/lombok.patcher-0.8.jar" />
+ </publications>
+</ivy-module>