Skip to content

Commit

Permalink
Revert "Explicitly enable extension functions with the XSLT factory (#…
Browse files Browse the repository at this point in the history
…255)" (#256)

This reverts commit 1a775da.
  • Loading branch information
uschindler authored Jan 4, 2025
1 parent 1a775da commit 6019f14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,6 @@
<xslt in="src/test/antunit/dummy.xml" out="build/test-maven/fake-pom.xml"
style="src/test/antunit/pom-generator.xsl" force="true"
>
<!-- necessary to make Ant build also work when triggered within Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520437-->
<factory>
<feature name="http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions" value="true"/>
</factory>
<outputproperty name="indent" value="yes"/>
<param name="jarfiles" expression="${path.main-build.xslstr}"/>
</xslt>
Expand Down

0 comments on commit 6019f14

Please sign in to comment.