From 452a71a4901410b0ed7259b2ce95d447787613ed Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 2 Feb 2006 21:08:39 +0000 Subject: Bug 114968 Replace monolithic EclipseAdaptor impl with a hookable adaptor --- .../org.eclipse.osgi/hookconfigurators.properties | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bundles/org.eclipse.osgi/hookconfigurators.properties (limited to 'bundles/org.eclipse.osgi/hookconfigurators.properties') diff --git a/bundles/org.eclipse.osgi/hookconfigurators.properties b/bundles/org.eclipse.osgi/hookconfigurators.properties new file mode 100644 index 000000000..b01d3377f --- /dev/null +++ b/bundles/org.eclipse.osgi/hookconfigurators.properties @@ -0,0 +1,20 @@ +############################################################################### +# Copyright (c) 2005, 2006 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +hook.configurators= \ + org.eclipse.osgi.internal.baseadaptor.BaseHookConfigurator,\ + org.eclipse.osgi.internal.baseadaptor.DevClassLoadingHook,\ + org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook,\ + org.eclipse.core.runtime.internal.adaptor.EclipseLogHook,\ + org.eclipse.core.runtime.internal.adaptor.EclipseErrorHandler,\ + 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 -- cgit v1.2.3