mbenson 2005/08/01 10:52:46 Modified: docs/manual tutorial-HelloWorldWithAnt.html Log: Another typo Revision Changes Path 1.5 +2 -2 ant/docs/manual/tutorial-HelloWorldWithAnt.html Index: tutorial-HelloWorldWithAnt.html =================================================================== RCS file: /home/cvs/ant/docs/manual/tutorial-HelloWorldWithAnt.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tutorial-HelloWorldWithAnt.html 1 Aug 2005 15:30:27 -0000 1.4 +++ tutorial-HelloWorldWithAnt.html 1 Aug 2005 17:52:46 -0000 1.5 @@ -112,7 +112,7 @@ <h2>Enhance the build file</h2> </p>Ok, the build works - but it is not as nice as it should: many time you are referencing the same directories, main-class and jar-name are hard coded, and while invocation you have to remember the right order of build steps.</p> -<p>The first and second point would be adressed with <i>properties</i>, the third with a special property - an attribute +<p>The first and second point would be addressed with <i>properties</i>, the third with a special property - an attribute of the <project>-tag and the fourth problem can be solved using dependencies.</p> <pre class="code"> @@ -321,4 +321,4 @@ <p align="center">Copyright © 2005 The Apache Software Foundation. All rights Reserved.</p> </body> -</html> \ No newline at end of file +</html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]