build.xml
changeset 121 1a32988c4fef
parent 87 25dec6931f18
child 123 c1999d6bc76a
     1.1 --- a/build.xml	Sat Jan 14 19:10:26 2012 +0100
     1.2 +++ b/build.xml	Sat Nov 17 23:21:47 2012 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
     1.5  			<classpath location="${funkce}"/>
     1.6  			<factory name="net.sf.saxon.TransformerFactoryImpl">
     1.7 -				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
     1.8 +				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
     1.9  			</factory>
    1.10  		</xslt>
    1.11  	</target>
    1.12 @@ -60,7 +60,7 @@
    1.13  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.14  			<classpath location="${funkce}"/>
    1.15  			<factory name="net.sf.saxon.TransformerFactoryImpl">
    1.16 -				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
    1.17 +				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
    1.18  			</factory>
    1.19  		</xslt>
    1.20  	</target>
    1.21 @@ -75,11 +75,11 @@
    1.22  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.23  			<classpath location="${funkce}"/>
    1.24  			<factory name="net.sf.saxon.TransformerFactoryImpl">
    1.25 -				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
    1.26 +				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
    1.27  			</factory>
    1.28  		</xslt>
    1.29  
    1.30 -		<!-- RSS --> 
    1.31 +		<!-- RSS -->
    1.32  		<xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
    1.33  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.34  			<classpath location="${funkce}"/>
    1.35 @@ -89,7 +89,7 @@
    1.36  		</xslt>
    1.37  
    1.38  		<!-- Sitemap.xml -->
    1.39 -		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
    1.40 +		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
    1.41  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.42  			<classpath location="${funkce}"/>
    1.43  			<factory name="net.sf.saxon.TransformerFactoryImpl">
    1.44 @@ -97,8 +97,8 @@
    1.45  			</factory>
    1.46  		</xslt>
    1.47  
    1.48 -		<!-- Seznam stránek --> 
    1.49 -		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
    1.50 +		<!-- Seznam stránek -->
    1.51 +		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
    1.52  			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.53  			<classpath location="${funkce}"/>
    1.54  			<factory name="net.sf.saxon.TransformerFactoryImpl">
    1.55 @@ -155,11 +155,11 @@
    1.56  	<target name="licence-gpl">
    1.57  		<loadfile property="licence.txt" srcFile="licence/licence.txt"/>
    1.58  		<loadfile property="gpl-3.0.txt" srcFile="licence/gpl-3.0.txt"/>
    1.59 -		<echo>${čára}</echo> 
    1.60 -		<echo>${licence.txt}</echo> 
    1.61 -		<echo>${čára}</echo> 
    1.62 -		<echo>${gpl-3.0.txt}</echo> 
    1.63 -		<echo>${čára}</echo> 
    1.64 +		<echo>${čára}</echo>
    1.65 +		<echo>${licence.txt}</echo>
    1.66 +		<echo>${čára}</echo>
    1.67 +		<echo>${gpl-3.0.txt}</echo>
    1.68 +		<echo>${čára}</echo>
    1.69  	</target>
    1.70  
    1.71  </project>