You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/09/05 17:03:08 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl language.xsl

nd          2004/09/05 08:03:08

  Modified:    docs/manual/style/xsl language.xsl
  Log:
  maf and zip don't differ that much. Let's create just one package for both
  purposes
  
  Revision  Changes    Path
  1.5       +0 -20     httpd-2.0/docs/manual/style/xsl/language.xsl
  
  Index: language.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/language.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- language.xsl	5 Sep 2004 02:34:37 -0000	1.4
  +++ language.xsl	5 Sep 2004 15:03:08 -0000	1.5
  @@ -172,19 +172,6 @@
       </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">
  @@ -224,13 +211,6 @@
                       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;