diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-17 23:59:01 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-17 23:59:01 +0200 |
commit | 2f74334b6da4e2dd2e8a6deaaf452680650b4fc3 (patch) | |
tree | 3d613f6b5131945eb2240112c12c66c17f4a2f88 | |
parent | c3d31c31d891c03a82eb29d2fe01234c992fb396 (diff) | |
download | lombok-2f74334b6da4e2dd2e8a6deaaf452680650b4fc3.tar.gz lombok-2f74334b6da4e2dd2e8a6deaaf452680650b4fc3.tar.bz2 lombok-2f74334b6da4e2dd2e8a6deaaf452680650b4fc3.zip |
Added a useful note pointing at website/publish script.
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ <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> </target> <target name="-integrateSnippet"> |