odstranění mezer na koncích řádků
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 17 Nov 2012 23:21:47 +0100
changeset 121 1a32988c4fef
parent 120 4d33f14e99dd
child 122 082f281e16f5
odstranění mezer na koncích řádků
build.xml
--- a/build.xml	Sat Nov 17 23:05:59 2012 +0100
+++ b/build.xml	Sat Nov 17 23:21:47 2012 +0100
@@ -40,7 +40,7 @@
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
 	</target>
@@ -60,7 +60,7 @@
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
 	</target>
@@ -75,11 +75,11 @@
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
 
-		<!-- RSS --> 
+		<!-- RSS -->
 		<xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
@@ -89,7 +89,7 @@
 		</xslt>
 
 		<!-- Sitemap.xml -->
-		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
+		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
@@ -97,8 +97,8 @@
 			</factory>
 		</xslt>
 
-		<!-- Seznam stránek --> 
-		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
+		<!-- Seznam stránek -->
+		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
@@ -155,11 +155,11 @@
 	<target name="licence-gpl">
 		<loadfile property="licence.txt" srcFile="licence/licence.txt"/>
 		<loadfile property="gpl-3.0.txt" srcFile="licence/gpl-3.0.txt"/>
-		<echo>${čára}</echo> 
-		<echo>${licence.txt}</echo> 
-		<echo>${čára}</echo> 
-		<echo>${gpl-3.0.txt}</echo> 
-		<echo>${čára}</echo> 
+		<echo>${čára}</echo>
+		<echo>${licence.txt}</echo>
+		<echo>${čára}</echo>
+		<echo>${gpl-3.0.txt}</echo>
+		<echo>${čára}</echo>
 	</target>
 
 </project>