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/07/27 08:18:34 UTC

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

Author: nickchalko
Date: Tue Jul 27 01:18:33 2004
New Revision: 30771

Modified:
   incubator/depot/trunk/update/src/antlet/resources/cachedset2antget.xsl
Log:
Resource --> Artifact.

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	Tue Jul 27 01:18:33 2004
@@ -35,13 +35,13 @@
             </property>
             <fileset>
                 <xsl:attribute name="id">
-                    <xsl:value-of select="/cachedresourceset/@id"/>
+                    <xsl:value-of select="/cachedartifactset/@id"/>
                     <xsl:text>.fileset</xsl:text>
                 </xsl:attribute>
                 <xsl:attribute name="dir">
                     <xsl:text>${repository.dir}</xsl:text>
                 </xsl:attribute>
-                <xsl:for-each select="/cachedresourceset/resource">
+                <xsl:for-each select="/cachedartifactset/artifact">
                     <include>
                         <xsl:attribute name="name">
                             <xsl:value-of select="@name"/>
@@ -56,7 +56,7 @@
             </fileset>
             <target name="get-all">
                 <xsl:attribute name="depends">
-                    <xsl:for-each select="/cachedresourceset/resource">
+                    <xsl:for-each select="/cachedartifactset/artifact">
                         <xsl:text>get-</xsl:text>
                         <xsl:value-of select="@name"/>
                         <xsl:if test="not (position()=last())">
@@ -68,7 +68,7 @@
             <xsl:apply-templates/>
         </project>
     </xsl:template>
-    <xsl:template match="/cachedresourceset/resource">
+    <xsl:template match="/cachedartifactset/artifact">
         <target>
             <xsl:attribute name="name">
                 <xsl:text>get-</xsl:text>