Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2005-05-03 06:43:43 +0000
committerMarkus Keller2005-05-03 06:43:43 +0000
commitd6f55ab6b000b65ed9359a3a3d611bded7b5385c (patch)
tree7a8f5ef9c6da35546e67d921eea1d201531a2f23 /org.eclipse.jdt.junit.core/plugin.xml
parent1e5203cc76ca12b429ab7532e7f4a3bb7e52f07b (diff)
downloadeclipse.jdt.ui-d6f55ab6b000b65ed9359a3a3d611bded7b5385c.tar.gz
eclipse.jdt.ui-d6f55ab6b000b65ed9359a3a3d611bded7b5385c.tar.xz
eclipse.jdt.ui-d6f55ab6b000b65ed9359a3a3d611bded7b5385c.zip
81099: JUnit preference does not Restore Defaults [JUnit]
Diffstat (limited to 'org.eclipse.jdt.junit.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.junit.core/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jdt.junit.core/plugin.xml b/org.eclipse.jdt.junit.core/plugin.xml
index 9fff1b0bc0..892f5d7ceb 100644
--- a/org.eclipse.jdt.junit.core/plugin.xml
+++ b/org.eclipse.jdt.junit.core/plugin.xml
@@ -402,4 +402,9 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
+ <extension
+ point="org.eclipse.core.runtime.preferences">
+ <initializer class="org.eclipse.jdt.internal.junit.ui.JunitPreferenceInitializer"/>
+ </extension>
+
</plugin>

Back to the top