diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml index 13c0036e40eeac3ece835421d387b053e14dbf40..a45f9df6217a599307cf0b47c6de4f24038e2d4e 100644 --- a/apps/jetty/build.xml +++ b/apps/jetty/build.xml @@ -29,8 +29,8 @@ <echo message="but strongly recommended, since they are used by some applications" /> <echo message="on top of I2P, like the router console." /> <echo message="" /> - <echo message="Even if you deploy the Jetty archive manually, the build script will" /> - <echo message="still attempt to verify its checksums, which must be:" /> + <echo message="Even if you deploy the Jetty archive manually into directory apps/jetty/," /> + <echo message="the build script will still attempt to verify its checksums, which must be:" /> <echo message="SHA1 ${jetty.sha1}" /> <echo message="" /> <input message="Download Jetty archive automatically?" validargs="y,n" addproperty="jetty.download" />