Hi,
 
I want to link my Diagram which I have generated from the GMF Editor in
the TOPCASED environment such that I can open the diagram from the Menu,
File --->New--->My Diagram. 
 
Currently it is displayed in the path
 
File--->New -->Example-->MyDiagram.
 
The entries in the plugin.xml file is as follows:
   

<extension point="org.eclipse.ui.newWizards">

<?gmfgen generated="true"?>

<category

id = "org.eclipse.emf.ecore.Wizard.category.ID"

name="%_UI_Wizard_category">

</category>

<wizard

name="%newWizardName"

icon="icons/obj16/OutLineViewDNDDiagramFile.gif"

category="org.eclipse.ui.Examples"

class="org.eclipse.mockup.outLineViewDND.diagram.part.OutLineViewDNDCrea
tionWizard"

id="org.eclipse.mockup.outLineViewDND.diagram.part.OutLineViewDNDCreatio
nWizardID">

<description>%newWizardDesc</description> 

</wizard>

</extension>

 

I am of the opinion that because the category is mentioned as
org.eclipse.ui.Examples,MyDiagram is being linked through it.But I have
no clue what to change here.

 
Can you please let me know what exactly I need to change in the
plugin.xml file.
 
 
Regards,
Swetha. 
 


 
 
Important notice:This e-mail and any attachment thereto contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system. Thank You.
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to