Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml')
-rw-r--r--deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml b/deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml
deleted file mode 100644
index 00cd9e9c395..00000000000
--- a/deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-<extension
- point="org.eclipse.papyrus.views.properties.runtime.propertyEditorControllerProvider">
- <propertyEditorControllerProvider
- class="org.eclipse.papyrus.views.properties.runtime.controller.predefined.PredefinedPropertyControllerProvider"
- description="this is the basic provider for SysML features"
- id="org.eclipse.papyrus.sysml.properties.view.structuralFeaturesEMFTPredefinedControllers">
- <Priority name="Lowest"/>
- <PredefinedControllers
- id="org.eclipse.papyrus.sysml.properties.view.structuralFeaturesEMFTPredefinedControllers"
- name="SysML Predefined Controllers for Structural Features"
- path="resources/sysml_predefined_controllers.xml">
- </PredefinedControllers>
- </propertyEditorControllerProvider>
-</extension>
-</plugin>

Back to the top