Author: maartenc
Date: Wed Sep 22 20:38:39 2010
New Revision: 1000206
URL: http://svn.apache.org/viewvc?rev=1000206&view=rev
Log:
DOCUMENTATION: Spelling fixes on artifact description page (IVY-1230)
Modified:
ant/ivy/core/trunk/CHANGES.txt
ant/ivy/core/trunk/doc/ivyfile/artifact.html
Modified: ant/ivy/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1000206&r1=1000205&r2=1000206&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Wed Sep 22 20:38:39 2010
@@ -112,6 +112,7 @@ for detailed view of each issue, please
trunk
=====================================
+- DOCUMENTATION: Spelling fixes on artifact description page (IVY-1230)
- DOCUMENTATION: Added missing documentation about the ivy:publish child
elements.
- DOCUMENTATION: Grammar, spelling, and clarity of Settings File documentation
(IVY-1216) (thanks to Steve Miller)
- DOCUMENTATION: Grammar, spelling, and clarity of Tutorial documentation
(IVY-1222) (thanks to Steve Miller)
Modified: ant/ivy/core/trunk/doc/ivyfile/artifact.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/ivyfile/artifact.html?rev=1000206&r1=1000205&r2=1000206&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/ivyfile/artifact.html (original)
+++ ant/ivy/core/trunk/doc/ivyfile/artifact.html Wed Sep 22 20:38:39 2010
@@ -34,9 +34,9 @@ The configurations in which an artifact
<li>conf attribute on artifact element</li>
<li>conf subelement</li>
</ul>
-The twos are equivalent, it is only a matter of preference. However, do not
mix both for one artifact.
+The two are equivalent, it is only a matter of preference. However, do not mix
both for one artifact.
-<span class="since">since 1.4</span> The artifact element as default values
for all its attributes, so if you want to declare a default artifact you can
just declare it like that:<code type="xml">
+<span class="since">since 1.4</span> The artifact element has default values
for all its attributes, so if you want to declare a default artifact you can
just declare it like that:<code type="xml">
<artifact />
</code>If this is the only artifact declared, then it's equivalent to having
no publication section at all.