Created
March 9, 2009 08:52
-
-
Save anshumanatri/76172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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