Skip to content
Permalink
0c7e01c408
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
58 lines (56 sloc) 2.61 KB
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
class="com.horstmann.violet.eclipseplugin.editors.VioletUMLEditor"
extensions="violet"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.editors.VioletUMLEditor"
name="Violet UML Editor">
</editor>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<category
id="com.horstmann.violet.eclipseplugin"
name="Violet UML Editor"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewUseCaseDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewUseCaseDiagramWizard"
name="Use Case Diagram"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewClassDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewClassDiagramWizard"
name="Class Diagram"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewObjectDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewObjectDiagramWizard"
name="Object Diagram"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewStateDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewStateDiagramWizard"
name="State Diagram"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewActivityDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewActivityDiagramWizard"
name="Activity Diagram"/>
<wizard
category="com.horstmann.violet.eclipseplugin"
class="com.horstmann.violet.eclipseplugin.wizards.NewSequenceDiagramWizard"
icon="META-INF/eclipse_plugin_icon.png"
id="com.horstmann.violet.eclipseplugin.wizards.NewSequenceDiagramWizard"
name="Sequence Diagram"/>
</extension>
</plugin>