Skip to content

Commit 6019f14

Browse files
authored
Revert "Explicitly enable extension functions with the XSLT factory (#255)" (#256)
This reverts commit 1a775da.
1 parent 1a775da commit 6019f14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.xml

-4
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,6 @@
598598
<xslt in="src/test/antunit/dummy.xml" out="build/test-maven/fake-pom.xml"
599599
style="src/test/antunit/pom-generator.xsl" force="true"
600600
>
601-
<!-- necessary to make Ant build also work when triggered within Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520437-->
602-
<factory>
603-
<feature name="http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions" value="true"/>
604-
</factory>
605601
<outputproperty name="indent" value="yes"/>
606602
<param name="jarfiles" expression="${path.main-build.xslstr}"/>
607603
</xslt>

0 commit comments

Comments
 (0)