You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/14 21:13:07 UTC

svn commit: rev 10656 - incubator/depot/trunk/update/src/antlet/resources

Author: nickchalko
Date: Fri May 14 14:13:06 2004
New Revision: 10656

Modified:
   incubator/depot/trunk/update/src/antlet/resources/cachedset2antget.xsl
Log:
.jar not .jars 

Modified: incubator/depot/trunk/update/src/antlet/resources/cachedset2antget.xsl
==============================================================================
--- incubator/depot/trunk/update/src/antlet/resources/cachedset2antget.xsl	(original)
+++ incubator/depot/trunk/update/src/antlet/resources/cachedset2antget.xsl	Fri May 14 14:13:06 2004
@@ -60,7 +60,7 @@
                                     <xsl:value-of select="@name"/>
                                     <xsl:text>-</xsl:text>
                                     <xsl:value-of select="@version"/>
-                                    <xsl:text>.jars</xsl:text>
+                                    <xsl:text>.jar</xsl:text>
                                 </xsl:attribute>
                             </include>
                         </xsl:for-each>