Skip to content

Commit

Permalink
fix TEIC#308 cleaning up remaining hardcoded and superfluous referenc…
Browse files Browse the repository at this point in the history
…es to Saxon EE
  • Loading branch information
tuurma committed Sep 8, 2018
1 parent 4045482 commit 4195daa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docbook/build-from.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
</catalogpath>
</xmlcatalog>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${oxygenlib}/saxon9ee.jar"/>
<param name="directory" expression="file:///${outputTempDir}"/>
<!-- emit some diagnostics"-->
<param name="debug" expression="${debug}" if="debug"/>
Expand Down
3 changes: 0 additions & 3 deletions docx/build-from.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
</catalogpath>
</xmlcatalog>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<!-- MDH: Next line commented out 2017-02-01 for ticket #308; should never have been there.
If no ill-effects after a month or so, remove completely. -->
<!--<classpath location="${oxygenlib}/saxon9ee.jar"/>-->
<param name="word-directory" expression="file:///${outputTempDir}"/>
<param name="inputDir" expression="${inputDir}"/>
<param name="mediaDir" expression="word/media"/>
Expand Down
1 change: 0 additions & 1 deletion odt/build-from.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
</catalogpath>
</xmlcatalog>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${oxygenlib}/saxon9ee.jar"/>
<param name="dir" expression="${outputTempDir}"/>
<param name="inputDir" expression="${inputDir}"/>
<param name="mediaDir" expression="Pictures"/>
Expand Down
1 change: 0 additions & 1 deletion slides/build-to.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<echo level="info">XSLT generate slides handout file</echo>
<xslt force="yes" style="${odd2slides}" in="${inputFile}" out="${texfile}-handout.tex">
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${oxygenlib}/saxon9ee.jar"/>
<param name="directory" expression="file:///${outputTempDir}"/>
<!-- supply name of language-->
<param name="lang" expression="${lang}" if="lang"/>
Expand Down
1 change: 0 additions & 1 deletion tcp/build-from.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</catalogpath>
</xmlcatalog>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${oxygenlib}/saxon9ee.jar"/>
<param name="ID" expression="${ID}"/>
</xslt>
</target>
Expand Down
1 change: 0 additions & 1 deletion xlsx/build-from.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
</catalogpath>
</xmlcatalog>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<classpath location="${oxygenlib}/saxon9ee.jar"/>
<param name="workDir" expression="file:///${outputTempDir}"/>
<param name="inputDir" expression="${inputFileDir}"/>
</xslt>
Expand Down

0 comments on commit 4195daa

Please sign in to comment.