blob: f5332d55471a153316881be1beee0ecce60028ff [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2005 IBM Corporation 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:
* IBM - initial API and implementation
*
* $Id: plugin.xml,v 1.5 2005/06/03 19:29:39 khussey Exp $
*/
-->
<plugin>
<extension id="Rose2GenModel" point="org.eclipse.core.runtime.applications">
<application>
<run class="org.eclipse.uml2.importer.rose.RoseImporterApplication"/>
</application>
</extension>
<extension point="org.eclipse.emf.importer.modelImporterDescriptors">
<modelImporterDescriptor
id="org.eclipse.uml2.importer.rose"
name="%_UI_RoseModelImporter_label"
icon="platform:/plugin/org.eclipse.emf.importer.rose/icons/full/obj16/RoseModelFile.gif"
extensions="mdl"
description="%_UI_RoseModelImporter_description"
wizard="org.eclipse.uml2.importer.rose.ui.RoseImporterWizard"/>
</extension>
</plugin>