Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1f2bac6aca88d6ef318333eb314829225e9de9ed (plain) (tree)
1
2
  
                                                                
















                                                                        
/*
 * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
 *    Eike Stepper - initial API and implementation
 */

/**
 * The generated EMF API of the preferences model.
 *
 * @apiviz.exclude .*\.PreferencesPackage.*
 * @apiviz.exclude .*\.PreferencesFactory.*
 */
package org.eclipse.emf.cdo.releng.preferences;

Back to the top