Changeset 121:1a32988c4fef

Show
Ignore:
Timestamp:
11/17/12 23:21:47 (11 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

odstranění mezer na koncích řádků

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r87 r121  
    4141                        <classpath location="${funkce}"/> 
    4242                        <factory name="net.sf.saxon.TransformerFactoryImpl"> 
    43                                 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>    
     43                                <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> 
    4444                        </factory> 
    4545                </xslt> 
     
    6161                        <classpath location="${funkce}"/> 
    6262                        <factory name="net.sf.saxon.TransformerFactoryImpl"> 
    63                                 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>    
     63                                <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> 
    6464                        </factory> 
    6565                </xslt> 
     
    7676                        <classpath location="${funkce}"/> 
    7777                        <factory name="net.sf.saxon.TransformerFactoryImpl"> 
    78                                 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>    
     78                                <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> 
    7979                        </factory> 
    8080                </xslt> 
    8181 
    82                 <!-- RSS -->  
     82                <!-- RSS --> 
    8383                <xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> 
    8484                        <classpath location="/usr/share/java/saxonb-9.0.jar"/> 
     
    9090 
    9191                <!-- Sitemap.xml --> 
    92                 <xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">                        
     92                <xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> 
    9393                        <classpath location="/usr/share/java/saxonb-9.0.jar"/> 
    9494                        <classpath location="${funkce}"/> 
     
    9898                </xslt> 
    9999 
    100                 <!-- Seznam stránek -->  
    101                 <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">                  
     100                <!-- Seznam stránek --> 
     101                <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> 
    102102                        <classpath location="/usr/share/java/saxonb-9.0.jar"/> 
    103103                        <classpath location="${funkce}"/> 
     
    156156                <loadfile property="licence.txt" srcFile="licence/licence.txt"/> 
    157157                <loadfile property="gpl-3.0.txt" srcFile="licence/gpl-3.0.txt"/> 
    158                 <echo>${čára}</echo>  
    159                 <echo>${licence.txt}</echo>  
    160                 <echo>${čára}</echo>  
    161                 <echo>${gpl-3.0.txt}</echo>  
    162                 <echo>${čára}</echo>  
     158                <echo>${čára}</echo> 
     159                <echo>${licence.txt}</echo> 
     160                <echo>${čára}</echo> 
     161                <echo>${gpl-3.0.txt}</echo> 
     162                <echo>${čára}</echo> 
    163163        </target> 
    164164