Community
Participate
Working Groups
* David McKnight (IBM) - [227406] [dstore] DStoreFileService must listen to buffer size preference changes
* David McKnight (IBM) - [228334][api][breaking][dstore] Default DataStore connection timeout is too short
* David McKnight (IBM) - [233160] [dstore] SSL/non-SSL alert are not appropriate
* David McKnight (IBM) - [245918] [dstore] Customization of connection timeout does not work
*******************************************************************************/
package org.eclipse.rse.internal.connectorservice.dstore;
public void start(BundleContext context) throws Exception
{
super.start(context);
initializeDefaultPreferences();
}
that contains this file: David McKnight
Contributors:
David McKnight (IBM) - [245918] [dstore] Customization of connection timeout does not work
-->
<?eclipse version="3.0"?>
<plugin>
id="org.eclipse.rse.connectorservice.DStorePreferences">
</page>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer class="org.eclipse.rse.internal.connectorservice.dstore.DStorePreferenceInitializer"/>
</plugin>
/********************************************************************************
* Copyright (c) 2008 IBM Corporation. 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight.
* Contributors:
********************************************************************************/
import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
public class DStorePreferenceInitializer extends AbstractPreferenceInitializer {
/**
* Constructor.
*/
public DStorePreferenceInitializer() {
super();
* @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
public void initializeDefaultPreferences() {
Activator.getDefault().initializeDefaultPreferences();