We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a775da commit 6019f14Copy full SHA for 6019f14
build.xml
@@ -598,10 +598,6 @@
598
<xslt in="src/test/antunit/dummy.xml" out="build/test-maven/fake-pom.xml"
599
style="src/test/antunit/pom-generator.xsl" force="true"
600
>
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>
605
<outputproperty name="indent" value="yes"/>
606
<param name="jarfiles" expression="${path.main-build.xslstr}"/>
607
</xslt>
0 commit comments