Changeset 10:4e70453a027f for build.xml

Show
Ignore:
Timestamp:
04/03/11 20:12:33 (14 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Ukázka uživatelského „makra“ a vkládání odkazů na CSS a JS soubory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r9 r10  
    1313        <target name="stránky" description="Vygeneruje XHTML webové stránky.">           
    1414                <xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl"> 
     15                        <param name="konfigurák" expression="../${vstup}/web.conf"/> 
    1516                        <classpath location="/usr/share/java/saxonb-9.0.jar"/> 
    1617                        <classpath location="${funkce}"/>