</target>
&lf;
+ <target name="war-all"
+ description="- builds all war download packages">
+ <xsl:attribute name="depends">
+ <xsl:for-each select="lang[document(concat('../lang/', .,
+ '.xml'))/language/messages]">
+ <xsl:text>war-</xsl:text>
+ <xsl:value-of select="." />
+ <xsl:if test="position() != last()">, </xsl:if>
+ </xsl:for-each>
+ </xsl:attribute>
+ </target>
+ &lf;
+
+ <target name="maf-all"
+ description="- builds all maf download packages">
+ <xsl:attribute name="depends">
+ <xsl:for-each select="lang[document(concat('../lang/', .,
+ '.xml'))/language/messages]">
+ <xsl:text>maf-</xsl:text>
+ <xsl:value-of select="." />
+ <xsl:if test="position() != last()">, </xsl:if>
+ </xsl:for-each>
+ </xsl:attribute>
+ </target>
+ &lf;
+
<!-- single language targets -->
<!-- ======================= -->
<xsl:for-each select="lang">
</target>
&lf;
+ <target name="war-{.}"
+ description="- builds the {$file/name} Konqueror Web Archive">&lf;
+ <xsl:text> </xsl:text>
+ <war.generic lang="{.}" />&lf;
+ </target>
+ &lf;
+
+ <target name="maf-{.}"
+ description="- builds the {$file/name} Mozilla Web Archive">&lf;
+ <xsl:text> </xsl:text>
+ <maf.generic lang="{.}" />&lf;
+ </target>
+ &lf;
+
<xsl:if test="$file/chm">
<target name="chm-{.}"
description="- builds the {$file/name} CHM file">&lf;