costin 2002/12/11 11:30:06
Modified: proposal/gump/stylesheet ant-build.xsl
Log:
Adding stuff before commit and after test doesn't work.
Revision Changes Path
1.2 +2 -2 jakarta-alexandria/proposal/gump/stylesheet/ant-build.xsl
Index: ant-build.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/ant-build.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-build.xsl 11 Dec 2002 19:27:39 -0000 1.1
+++ ant-build.xsl 11 Dec 2002 19:30:05 -0000 1.2
@@ -57,9 +57,9 @@
</xsl:text>
<target name="all" >
- <xsl:foreach select="project">
+ <xsl:for-each select="project">
<antcall target="{project}" />
- </xsl:foreach>
+ </xsl:for-each>
</target>
<xsl:text>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>