diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-08 23:26:52 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-08 23:26:52 +0100 |
commit | 93e38f9024216b25856b80d0b56d802c16408b16 (patch) | |
tree | 7f95cdaea479452d071a48746f7a0a7cc55dff4d /buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml | |
parent | cc60afa1eb4b14998e72c4fd5adf9def32e0e0f8 (diff) | |
download | lombok-93e38f9024216b25856b80d0b56d802c16408b16.tar.gz lombok-93e38f9024216b25856b80d0b56d802c16408b16.tar.bz2 lombok-93e38f9024216b25856b80d0b56d802c16408b16.zip |
Updated to lombok.patcher, which basically only means that the "PATCHING: ..." prints to system.out are gone.
Diffstat (limited to 'buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml')
-rw-r--r-- | buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml b/buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml new file mode 100644 index 00000000..25ed9cba --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-lombok.patcher-0.4.xml @@ -0,0 +1,14 @@ +<ivy-module version="2.0"> + <info organisation="projectlombok.org" module="lombok.patcher" revision="0.4" publication="20101108232300"> + <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="build" /> + </configurations> + <publications> + <artifact conf="build" url="http://projectlombok.org/downloads/lombok.patcher-0.4.jar" /> + </publications> +</ivy-module> |