Author: maartenc
Date: Wed Dec 30 14:21:36 2009
New Revision: 894621
URL: http://svn.apache.org/viewvc?rev=894621&view=rev
Log:
DOCUMENTATION: ivy-doc.xsl does not show configurations (IVY-1151)
Modified:
ant/ivy/core/trunk/CHANGES.txt
ant/ivy/core/trunk/doc/samples/ivy-doc.xsl
Modified: ant/ivy/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=894621&r1=894620&r2=894621&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Wed Dec 30 14:21:36 2009
@@ -96,6 +96,8 @@
trunk
=====================================
+- DOCUMENTATION: ivy-doc.xsl does not show configurations (IVY-1151)
+
- IMPROVEMENT: Ivy doesn't support Maven 2.0.9 'import' scope (IVY-807)
- IMPROVEMENT: resolver attribute for listmodules task (IVY-1057)
- IMPROVEMENT: discover 'src' sources in maven repos (IVY-1138)
Modified: ant/ivy/core/trunk/doc/samples/ivy-doc.xsl
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/samples/ivy-doc.xsl?rev=894621&r1=894620&r2=894621&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/samples/ivy-doc.xsl (original)
+++ ant/ivy/core/trunk/doc/samples/ivy-doc.xsl Wed Dec 30 14:21:36 2009
@@ -252,6 +252,7 @@
<th class="dep-org">Organisation</th>
<th class="dep-name">Name</th>
<th class="dep-rev">Revision</th>
+ <th class="dep-conf">Configurations</th>
</tr>
</thead>
<tbody>
@@ -265,6 +266,7 @@
</xsl:element>
</td>
<td><xsl:value-of select="@rev"/></td>
+ <td><xsl:value-of select="@conf"/></td>
</tr>
</xsl:for-each>
</tbody>