Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-01-10 12:33:17 +0000
committerSravan Kumar Lakkimsetti2018-01-10 12:33:17 +0000
commit3e0b6c1b16ee1d10453fdae4f489a334fc8e17e0 (patch)
tree360a9b7f1bd726697c7c88f93b2051104f8bf44c /production/testScripts
parent8fdfa0ed6c1c361336ef1368cc8a512fc36de4b2 (diff)
downloadeclipse.platform.releng.aggregator-3e0b6c1b16ee1d10453fdae4f489a334fc8e17e0.tar.gz
eclipse.platform.releng.aggregator-3e0b6c1b16ee1d10453fdae4f489a334fc8e17e0.tar.xz
eclipse.platform.releng.aggregator-3e0b6c1b16ee1d10453fdae4f489a334fc8e17e0.zip
Revert "Bug 520437 - [9] Running Releng script with JRE 9 fails"
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 7fa6505cc..64212ca4b 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1428,11 +1428,7 @@
style="${junit-stylesheet}"
basedir="${results}/xml"
destdir="${results}/html"
- filenameparameter="filename" >
- <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
- <feature name="http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions" value="true"/>
- </factory>
- </xslt>
+ filenameparameter="filename" />
</target>
<target

Back to the top