From e453c2fafab13c066a7260434f0c08f61e437c8b Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 10 Jun 2014 11:56:07 +0200 Subject: switched publishing model away from a googlecode download and onto a projectlombok.org hosted download. --- build.xml | 45 ++++++---------------- .../projectlombok.org-ant-googlecode-0.0.2.xml | 11 ------ buildScripts/ivy.xml | 1 - 3 files changed, 11 insertions(+), 46 deletions(-) delete mode 100644 buildScripts/ivy-repo/projectlombok.org-ant-googlecode-0.0.2.xml diff --git a/build.xml b/build.xml index 6e81138a..ede1998f 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,6 @@ This buildfile is part of projectlombok.org. It is the main entry point that con the common tasks and can be called on to run the main aspects of all the sub-scripts. - @@ -662,41 +661,9 @@ You can also create your own by writing a 'testenvironment.properties' file. The trust="true" command="./showMavenCentralPassword" /> - - - - - - -#username=[your google account name without @gmail.com] -#password=[your googlecode password, is NOT your gmail password] - - - - - - + You don't have the escudo-upload.key; you'll need it to get write access to the server. - - - + + - - - - - - - - - - diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 8be22f6a..41f58632 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -28,7 +28,6 @@ - -- cgit