blob: 476ad7254a7581efd0256437e24eb0396c06bf7d [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 Mia-Software.
*
* 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:
* Grégoire Dupé (Mia-Software) - Bug 361794 - [Restructuring] New customization meta-model
* Grégoire Dupé (Mia-Software) - Bug 373078 - API Cleaning
* Grégoire Dupé (Mia-Software) - Bug 477657 - The catalog manager should be able to manage workspace model
*/
package org.eclipse.modisco.facet.custom.metamodel.v0_2_0.customizationcatalog;
import org.eclipse.modisco.facet.util.emf.catalog.Catalog;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Customization Catalog</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.modisco.facet.custom.metamodel.v0_2_0.customizationcatalog.CustomizationcatalogPackage#getCustomizationCatalog()
* @model
* @generated
*/
@Deprecated
public interface CustomizationCatalog extends Catalog {
} // CustomizationCatalog