blob: 262865ddd5377d477bd1ee095b480ca812748996 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2007 Anyware Technologies. 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:
Anyware Technologies - Initial API and implementation
$Id: plugin.xml,v 1.3 2008/04/28 10:59:51 jlescot Exp $
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.emf.ecoretools.examples.category"
name="%EcoreTools_category"
parentCategory="org.eclipse.ui.Examples"/>
<wizard
id="org.eclipse.emf.ecoretools.examples.ecore"
category="org.eclipse.ui.Examples/org.eclipse.emf.ecoretools.examples.category"
class="org.eclipse.emf.ecoretools.examples.internal.wizard.EcoreDiagramExampleWizard"
project="true"
name="%EcoreTools_Ecore_name"
icon="icons/etool16/ediag_wiz.gif">
<description>%EcoreTools_Ecore_description</description>
</wizard>
</extension>
</plugin>