From 10e05fe5385cafeafc6975399c9459c955f67208 Mon Sep 17 00:00:00 2001 From: peterdell Date: Fri, 16 Oct 2020 21:58:44 +0200 Subject: [PATCH] Add "build_and_upload_zero_installation_download" target in site.ant --- com.wudsn.site.update/site.ant | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/com.wudsn.site.update/site.ant b/com.wudsn.site.update/site.ant index 6ab92347..9177a11b 100644 --- a/com.wudsn.site.update/site.ant +++ b/com.wudsn.site.update/site.ant @@ -3,6 +3,10 @@ The result can then be uploaded with "upload_all". If the daily build is tested and OK, the target "publish_daily_to_stable_and_main" copies it to the current main version field and the default update site folder and then triggers "upload_all". + + If the stable site as been updated, the zero installation download can be update via "Check for Updates". + After the update, the old plugin version should be deleted from the "C:\jac\wudsn\Tools\IDE\Eclipse\4.x.x-win32-x86_64\eclipse\plugins" folder. + Then the new zero installation download can be created and updated with the "build_and_upload_zero_installation_download" target. --> @@ -66,13 +70,19 @@ Done. - + Uploading builds from ${basedir}. - + Upload completed. + + + + + + \ No newline at end of file