| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.2"?> | |
| <plugin> | |
| <extension | |
| id="Wizards" | |
| point="org.eclipse.ui.newWizards"> | |
| <wizard | |
| category="atlWizard" | |
| class="org.eclipse.gmt.tcs.wizard.TCSProjectWizard" | |
| hasPages="true" | |
| icon="resources/tcsicon.png" | |
| id="org.eclipse.gmt.tcs.wizard.TCSProject" | |
| name="TCS Language Project" | |
| preferredPerspectives="org.atl.eclipse.adt.atlPerspective" | |
| project="true"> | |
| <description> | |
| Create a TCS Language Project | |
| </description> | |
| </wizard> | |
| </extension> | |
| </plugin> |