This extension point is used to registered UML profiles packaged as plugins into Papyrus modeling tool. Name of the profile. This will be used to display the profile in dialogs, etc... Gives the path to the uml file that implements this profile. List of qualified names for profiles. This is used by the tool when applying the profile. Usually, all subprofiles are applied. If this attribute is used, only indicated sub-profiles will be applied. Icon that describes the profile. Used in dialogs, etc... Short description of the profile Identifies the provider of the profile. Since 1.7 Updated in version 1.8.0: - added "qualified names" attribute Updated in version 1.9.0: - description, icon and provider attributes added. <extension point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile"> <profile description="Ecore profile" path="pathmap://UML_PROFILES/Ecore.profile.uml" iconpath="icons/ecore.gif" name="Ecore" provider="Eclipe.org"> </profile> </extension> /***************************************************************************** * Copyright (c) 2007 CEA LIST * * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * CEA LIST - Initial API and implementation * *****************************************************************************/