hammant 2002/12/09 12:56:22 Modified: sevak jetty.xml Log: fix typos Revision Changes Path 1.9 +2 -2 jakarta-avalon-apps/sevak/jetty.xml Index: jetty.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/sevak/jetty.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jetty.xml 5 Dec 2002 23:54:42 -0000 1.8 +++ jetty.xml 9 Dec 2002 20:56:22 -0000 1.9 @@ -95,7 +95,7 @@ <target name="checkJettyJars"> <condition property="jetty.present"> - <available file="jetty-download/jetty-${jetty.rel}.zip"/> + <available file="jetty-download/Jetty-${jetty.rel}.zip"/> </condition> </target> @@ -104,7 +104,7 @@ <echo>****************************</echo> <echo>* Please execute target *</echo> <echo>* 'get-jetty' in *</echo> - <echo>* hetty.xml build file *</echo> + <echo>* jetty.xml build file *</echo> <echo>* to download six mega- *</echo> <echo>* bytes of Jetty from *</echo> <echo>* Sourceforge *</echo>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>