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