Skip to content

Commit

Permalink
remove unneeded omlxmi wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Oct 16, 2021
1 parent b2d4421 commit 8559a46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 683 deletions.
20 changes: 0 additions & 20 deletions io.opencaesar.oml.editor/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,10 @@ _UI_NoObjectSelected = Selected Nothing
_UI_SingleObjectSelected = Selected Object: {0}
_UI_MultiObjectSelected = Selected {0} Objects

_UI_OpenEditorError_label = Open Editor

_UI_Wizard_category = OML

_UI_CreateModelError_message = Problems encountered in file "{0}"

_UI_OmlModelWizard_label = OML XMI Model
_UI_OmlModelWizard_description = Create a new OML XMI model

_UI_OmlEditor_label = OML Tree Editor

_UI_OmlEditorFilenameDefaultBase = My
_UI_OmlEditorFilenameExtensions = omlxmi

_UI_Wizard_label = New

_WARN_FilenameExtension = The file name must end in ''.{0}''
_WARN_FilenameExtensions = The file name must have one of the following extensions: {0}

_UI_ModelObject = &Model Object
_UI_XMLEncoding = &XML Encoding
_UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1
_UI_Wizard_initial_object_description = Select a model object to create

_UI_FileConflict_label = File Conflict
_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?

16 changes: 0 additions & 16 deletions io.opencaesar.oml.editor/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@

<plugin>

<extension point="org.eclipse.ui.newWizards">
<!-- @generated oml -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="io.opencaesar.oml.presentation.OmlModelWizardID"
name="%_UI_OmlModelWizard_label"
class="io.opencaesar.oml.presentation.OmlModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/oml.png">
<description>%_UI_OmlModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>

<extension point="org.eclipse.ui.editors">
<!-- @generated oml -->
<editor
Expand Down
Loading

0 comments on commit 8559a46

Please sign in to comment.