blob: c24fb6c8d6b05ea0ab18e119f5a7ff5e867769e6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2006 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
*
* </copyright>
*
* $Id$
*/
-->
<?eclipse version="3.0"?>
<plugin
>
<extension
point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.emf.ocl.examples.category"
name="%OCL_category"
parentCategory="org.eclipse.ui.Examples"/>
<wizard
canFinishEarly="true"
category="org.eclipse.ui.Examples/org.eclipse.emf.ocl.examples.category"
class="org.eclipse.emf.ocl.examples.internal.wizard.InterpreterExampleWizard"
hasPages="false"
project="true"
id="org.eclipse.emf.ocl.examples.interpreter"
name="%OCL_Interpreter_name"
icon="$nl$/icons/elcl16/oclconsole_co.gif">
<description>%OCL_Interpreter_description</description>
</wizard>
</extension>
</plugin>