| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <plugin> |
| <extension point="org.eclipse.ui.newWizards"> |
| <category |
| id="org.eclipse.app4mc.tools.Examples" |
| name="APP4MC Tools Examples" |
| parentCategory="org.eclipse.ui.Examples"> |
| </category> |
| <wizard |
| id="org.eclipse.app4mc.transformation.examples.TransformationWizard" |
| name="Model Transformation Example" |
| class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard" |
| category="org.eclipse.ui.Examples/org.eclipse.app4mc.tools.Examples" |
| project="true" |
| icon="icons/full/ctool16/NewEMFExample.gif"> |
| <description>EMF model transformation example</description> |
| </wizard> |
| </extension> |
| |
| |
| <extension point="org.eclipse.emf.common.ui.examples"> |
| <example |
| id="org.eclipse.app4mc.transformation.examples.Examples" |
| wizardID="org.eclipse.app4mc.transformation.examples.TransformationWizard" |
| pageImage="icons/full/wizban/NewEMFExample.gif"> |
| <projectDescriptor |
| name="app4mc.example.transform.product" |
| contentURI="examples/app4mc.example.transform.product/" |
| description="Sample Application Project"/> |
| <projectDescriptor |
| name="app4mc.example.transform.m2t" |
| contentURI="examples/app4mc.example.transform.m2t/" |
| description="Sample M2T project"/> |
| <projectDescriptor |
| name="app4mc.example.transform.m2m" |
| contentURI="examples/app4mc.example.transform.m2m/" |
| description="Sample M2M project"/> |
| <projectDescriptor |
| name="app4mc.example.transform.samplemodel" |
| contentURI="examples/app4mc.example.transform.samplemodel/" |
| description="Sample EMF model"/> |
| </example> |
| </extension> |
| |
| |
| </plugin> |