Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/hookconfigurators.properties')
-rw-r--r--bundles/org.eclipse.osgi/hookconfigurators.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/hookconfigurators.properties b/bundles/org.eclipse.osgi/hookconfigurators.properties
index b01d3377f..c9d25bc46 100644
--- a/bundles/org.eclipse.osgi/hookconfigurators.properties
+++ b/bundles/org.eclipse.osgi/hookconfigurators.properties
@@ -17,4 +17,5 @@ hook.configurators= \
org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook,\
org.eclipse.core.runtime.internal.adaptor.EclipseClassLoadingHook,\
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter,\
- org.eclipse.core.runtime.internal.stats.StatsManager
+ org.eclipse.core.runtime.internal.stats.StatsManager,\
+ org.eclipse.osgi.internal.verifier.SignedBundleHook

Back to the top