aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 577bfa6d..df6e203c 100644
--- a/build.xml
+++ b/build.xml
@@ -88,7 +88,8 @@
<tarfileset dir="build/website" />
<tarfileset dir="doc/api" prefix="api" />
</tar>
- <echo>If you want to publish the website to the web, run the website/publish script.</echo>
+ <echo>Now upload dist/website.tar to the webserver.</echo>
+ <echo>If you want to host projectlombok.org on github, run the website/publish script, but this is not where the site is currently hosted.</echo>
</target>
<target name="-integrateSnippet">