Skip to content

Commit

Permalink
fix for broken build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jun 15, 2024
1 parent 8c1f601 commit 6e15078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${basedir}/saxon/saxon9he.jar"/>
</xslt>
<xslt in="./data/indices/listwork.xml" out="${target}/listfackel.html" style="./xslt/listfackel.xsl">
<xslt in="./data/indices/listfackel.xml" out="${target}/listfackel.html" style="./xslt/listfackel.xsl">
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${basedir}/saxon/saxon9he.jar"/>
</xslt>
Expand Down

0 comments on commit 6e15078

Please sign in to comment.