build.xml
changeset 7 5b46493979c9
parent 6 801a8935caf7
child 8 ad0ee12d13fd
--- a/build.xml	Sun Apr 03 16:34:42 2011 +0200
+++ b/build.xml	Sun Apr 03 16:51:06 2011 +0200
@@ -21,14 +21,15 @@
 	</target>
 	
 	<target name="agregace" description="Vytvoří agregované výstupy: RSS, Atom, Sitemap.xml">
+		<!-- Atom -->
 		<xslt in="${vstup}/web.conf" out="${výstup}/atom.xml" style="${šablona}/atom.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">
 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
 			</factory>
-		</xslt>	
+		</xslt>
+		
 	</target>
 	
 	<target name="kompiluj-funkce" description="">