| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| /** |
| * <copyright> |
| * |
| * Copyright (c) 2008 E.D.Willink 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: |
| * E.D.Willink - Initial API and implementation |
| * |
| * </copyright> |
| * |
| * $Id: plugin.xml,v 1.4 2010/07/10 09:39:41 ewillink Exp $ |
| */ |
| --> |
| <?eclipse version="3.0"?> |
| <plugin> |
| <extension point="org.eclipse.ui.newWizards"> |
| <category id="org.eclipse.qvt.declarative.examples.category" |
| name="%QVT_category" |
| parentCategory="org.eclipse.ui.Examples"/> |
| <wizard id="org.eclipse.qvt.declarative.examples.qvtcore.empty" |
| canFinishEarly="true" |
| category="org.eclipse.ui.Examples/org.eclipse.qvt.declarative.examples.category" |
| class="org.eclipse.qvt.declarative.examples.qvtc.wizards.EmptyExampleWizard" |
| hasPages="false" |
| project="true" |
| name="%EmptyQVTc_name" |
| icon="$nl$/icons/QVTcModelFile.gif"> |
| <description>%EmptyQVTc_description</description> |
| </wizard> |
| <wizard id="org.eclipse.qvt.declarative.examples.qvtrelation.empty" |
| canFinishEarly="true" |
| category="org.eclipse.ui.Examples/org.eclipse.qvt.declarative.examples.category" |
| class="org.eclipse.qvt.declarative.examples.qvtr.wizards.EmptyExampleWizard" |
| hasPages="false" |
| project="true" |
| name="%EmptyQVTr_name" |
| icon="$nl$/icons/QVTrModelFile.gif"> |
| <description>%EmptyQVTr_description</description> |
| </wizard> |
| <wizard id="org.eclipse.qvt.declarative.examples.qvtrelation.modelmorf" |
| canFinishEarly="true" |
| category="org.eclipse.ui.Examples/org.eclipse.qvt.declarative.examples.category" |
| class="org.eclipse.qvt.declarative.examples.qvtr.wizards.ModelMorfExampleWizard" |
| hasPages="false" |
| project="true" |
| name="%ModelMorf_name" |
| icon="$nl$/icons/QVTrModelFile.gif"> |
| <description>%ModelMorf_description</description> |
| </wizard> |
| <wizard id="org.eclipse.qvt.declarative.examples.qvtrelation.reltocore" |
| canFinishEarly="true" |
| category="org.eclipse.ui.Examples/org.eclipse.qvt.declarative.examples.category" |
| class="org.eclipse.qvt.declarative.examples.qvtr.wizards.RelToCoreExampleWizard" |
| hasPages="false" |
| project="true" |
| name="%RelToCore_name" |
| icon="$nl$/icons/QVTrModelFile.gif"> |
| <description>%RelToCore_description</description> |
| </wizard> |
| </extension> |
| |
| <extension |
| point="org.eclipse.ui.intro.configExtension"> |
| <configExtension |
| content="intro/sample.xml" |
| configId="org.eclipse.ui.intro.universalConfig"> |
| </configExtension> |
| </extension> |
| </plugin> |