Changeset 8:ad0ee12d13fd for build.xml
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r7 r8 31 31 </xslt> 32 32 33 <!-- RSS --> 34 <xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"> 35 <classpath location="/usr/share/java/saxonb-9.0.jar"/> 36 <classpath location="${funkce}"/> 37 <factory name="net.sf.saxon.TransformerFactoryImpl"> 38 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> 39 </factory> 40 </xslt> 41 42 <!-- TODO: Sitemap.xml --> 43 33 44 </target> 34 45