Skip to content

Instantly share code, notes, and snippets.

@anshumanatri
Created March 9, 2009 08:52
Show Gist options
  • Save anshumanatri/76172 to your computer and use it in GitHub Desktop.
Save anshumanatri/76172 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.ui.newWizards">
<wizard
icon="icons/C_FlexProject_md_trans.png"
class="com.sap.polestar.eclipse.ui.wizards.PolestarFlexProjectWizard"
category="com.adobe.flexbuilder.editors.common.ui.project.wizards.newWizards"
name="Polestar Project"
id="com.sap.wizards.polestar.project"
project="true">
<description>
Create a new Polestar project
</description>
</wizard>
<wizard
icon="icons/C_FlexApplicationView_md.png"
class="com.sap.polestar.eclipse.ui.wizards.PolestarFileWizard"
category="com.adobe.flexbuilder.editors.common.ui.project.wizards.newWizards"
name="Polestar file"
id="com.sap.wizards.polestar.file"
>
<description>
Create a new Polestar file
</description>
</wizard>
</extension>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment