Changeset 121:1a32988c4fef
- Timestamp:
- 11/17/12 23:21:47 (13 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
odstranění mezer na koncích řádků
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r87
|
r121
|
|
| 41 | 41 | <classpath location="${funkce}"/> |
| 42 | 42 | <factory name="net.sf.saxon.TransformerFactoryImpl"> |
| 43 | | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| | 43 | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| 44 | 44 | </factory> |
| 45 | 45 | </xslt> |
| … |
… |
|
| 61 | 61 | <classpath location="${funkce}"/> |
| 62 | 62 | <factory name="net.sf.saxon.TransformerFactoryImpl"> |
| 63 | | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| | 63 | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| 64 | 64 | </factory> |
| 65 | 65 | </xslt> |
| … |
… |
|
| 76 | 76 | <classpath location="${funkce}"/> |
| 77 | 77 | <factory name="net.sf.saxon.TransformerFactoryImpl"> |
| 78 | | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| | 78 | <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
| 79 | 79 | </factory> |
| 80 | 80 | </xslt> |
| 81 | 81 | |
| 82 | | <!-- RSS --> |
| | 82 | <!-- RSS --> |
| 83 | 83 | <xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| 84 | 84 | <classpath location="/usr/share/java/saxonb-9.0.jar"/> |
| … |
… |
|
| 90 | 90 | |
| 91 | 91 | <!-- Sitemap.xml --> |
| 92 | | <xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| | 92 | <xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| 93 | 93 | <classpath location="/usr/share/java/saxonb-9.0.jar"/> |
| 94 | 94 | <classpath location="${funkce}"/> |
| … |
… |
|
| 98 | 98 | </xslt> |
| 99 | 99 | |
| 100 | | <!-- Seznam stránek --> |
| 101 | | <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| | 100 | <!-- Seznam stránek --> |
| | 101 | <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl" processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison"> |
| 102 | 102 | <classpath location="/usr/share/java/saxonb-9.0.jar"/> |
| 103 | 103 | <classpath location="${funkce}"/> |
| … |
… |
|
| 156 | 156 | <loadfile property="licence.txt" srcFile="licence/licence.txt"/> |
| 157 | 157 | <loadfile property="gpl-3.0.txt" srcFile="licence/gpl-3.0.txt"/> |
| 158 | | <echo>${čára}</echo> |
| 159 | | <echo>${licence.txt}</echo> |
| 160 | | <echo>${čára}</echo> |
| 161 | | <echo>${gpl-3.0.txt}</echo> |
| 162 | | <echo>${čára}</echo> |
| | 158 | <echo>${čára}</echo> |
| | 159 | <echo>${licence.txt}</echo> |
| | 160 | <echo>${čára}</echo> |
| | 161 | <echo>${gpl-3.0.txt}</echo> |
| | 162 | <echo>${čára}</echo> |
| 163 | 163 | </target> |
| 164 | 164 | |