diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-20 05:22:23 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-20 05:22:23 +0200 |
commit | c0c0f90eb72aebdfa4d2d6bd975b1918139bc83c (patch) | |
tree | 5e23f28ebc38d47f3d68598bf2f680cd1414d41c /build.xml | |
parent | 2f2e0fead62c333d623c92f43ee1483694df2bac (diff) | |
download | lombok-c0c0f90eb72aebdfa4d2d6bd975b1918139bc83c.tar.gz lombok-c0c0f90eb72aebdfa4d2d6bd975b1918139bc83c.tar.bz2 lombok-c0c0f90eb72aebdfa4d2d6bd975b1918139bc83c.zip |
Updated credits and build.xml for the video.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"> |