Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.constraintwithessentialocl.editor.xtext/plugin.xml')
-rw-r--r--deprecated/org.eclipse.papyrus.constraintwithessentialocl.editor.xtext/plugin.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/deprecated/org.eclipse.papyrus.constraintwithessentialocl.editor.xtext/plugin.xml b/deprecated/org.eclipse.papyrus.constraintwithessentialocl.editor.xtext/plugin.xml
deleted file mode 100644
index 2db8823f50f..00000000000
--- a/deprecated/org.eclipse.papyrus.constraintwithessentialocl.editor.xtext/plugin.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.extensionpoints.editors.DirectEditor">
- <DirectEditor
- contributor="Eclipse Modeling Project"
- icon="icons/OCLModelFile.gif"
- language="Essential OCL constraint editor"
- objectToEdit="org.eclipse.uml2.uml.Constraint">
- <popupeditor
- editorConfiguration="org.eclipse.ocl.examples.xtext.papyrus.EssentialOCLPopupEditorConfiguration">
- </popupeditor>
- </DirectEditor>
- </extension>s
-
-</plugin>

Back to the top