Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/org.eclipse.fx.testcases.e4/plugin.xml')
-rwxr-xr-xtestcases/org.eclipse.fx.testcases.e4/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/org.eclipse.fx.testcases.e4/plugin.xml b/testcases/org.eclipse.fx.testcases.e4/plugin.xml
index 7709e6814..16174bcb1 100755
--- a/testcases/org.eclipse.fx.testcases.e4/plugin.xml
+++ b/testcases/org.eclipse.fx.testcases.e4/plugin.xml
@@ -27,6 +27,10 @@
name="efx_TOOLITEM_TIMER_dummy"
value="400">
</property>
+ <property
+ name="rendererFactoryUri"
+ value="bundleclass://org.eclipse.fx.testcases.e4/org.eclipse.fx.testcases.e4.CustomRendererFactory">
+ </property>
</product>
</extension>
<extension

Back to the top