Browse Source

Another typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278483 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
feb6c98bc9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/tutorial-HelloWorldWithAnt.html

+ 2
- 2
docs/manual/tutorial-HelloWorldWithAnt.html View File

@@ -112,7 +112,7 @@ ant compile jar run
<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 &lt;project&gt;-tag and the fourth problem can be solved using dependencies.</p>

<pre class="code">
@@ -321,4 +321,4 @@ start the application from that directory and these files will included into the
<p align="center">Copyright &copy; 2005 The Apache Software Foundation. All rights Reserved.</p>

</body>
</html>
</html>

Loading…
Cancel
Save