build.xml
changeset 10 4e70453a027f
parent 9 71275159d985
child 11 78a8dd1eeb2b
--- a/build.xml	Sun Apr 03 18:44:35 2011 +0200
+++ b/build.xml	Sun Apr 03 20:12:33 2011 +0200
@@ -12,6 +12,7 @@
 	
 	<target name="stránky" description="Vygeneruje XHTML webové stránky.">		
 		<xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl">
+			<param name="konfigurák" expression="../${vstup}/web.conf"/>
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">