Author: maartenc
Date: Mon Oct 22 20:59:30 2012
New Revision: 1401080

URL: http://svn.apache.org/viewvc?rev=1401080&view=rev
Log:
DOCUMENTATION: Documentation and Implementation mismatch of makepom (IVY-1383) 
(thanks to Thomas Kurpick)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/doc/use/makepom.html

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1401080&r1=1401079&r2=1401080&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Mon Oct 22 20:59:30 2012
@@ -131,6 +131,7 @@ for detailed view of each issue, please 
        
    trunk
 =====================================
+- DOCUMENTATION: Documentation and Implementation mismatch of makepom 
(IVY-1383) (thanks to Thomas Kurpick)
 - DOCUMENTATION: added link to extra beginners guide (IVY-1381)
 
 - FIX: latest.integration isn't resolved against a Maven snapshot repository 
(when uniqueVersion = true) (IVY-1036)

Modified: ant/ivy/core/trunk/doc/use/makepom.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/makepom.html?rev=1401080&r1=1401079&r2=1401080&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/makepom.html (original)
+++ ant/ivy/core/trunk/doc/use/makepom.html Mon Oct 22 20:59:30 2012
@@ -86,7 +86,7 @@ ${ivy.pom.header}
     <tr><td>artifactName</td><td>The name of the artifact which is represented 
by the generated pom file. <span class="since">(since 2.2)</span></td>
         <td>No, defaults to the module name in the source ivy file.</td></tr>
     <tr><td>artifactPackaging</td><td>The packaging of the artifact which is 
represented by the generated pom file. <span class="since">(since 
2.2)</span></td>
-        <td>No, the artifact ext is taken by default. Defaults to 'pom' if no 
such artifact is defined.</td></tr>
+        <td>No, the artifact type is taken by default. Defaults to 'pom' if no 
such artifact is defined.</td></tr>
     <tr><td>conf</td><td>a comma separated list of the configurations to 
include in the generated pom. Wildcards are supported here. <span 
class="since">(since 2.2)</span></td>
         <td>No, defaults to all configurations.</td></tr>
     <tr><td>settingsRef</td><td>A reference to the ivy settings that must be 
used by this task</td>


Reply via email to