blob: 9665b6ce4b0817e921aabff5d743ee2a057a428c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.pivot.options;
import org.eclipse.ocl.common.internal.preferences.AnnotatedPreferenceInitializer;
import org.eclipse.ocl.pivot.options.OCLinEcoreOptions;
/**
* Class used to initialize default preference values.
*/
public class OCLinEcorePreferenceInitializer extends AnnotatedPreferenceInitializer
{
@Override
public void initializeDefaultPreferences() {
putPreference(OCLinEcoreOptions.EXPORT_DELEGATION_URI);
}
}