Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-08-27 12:36:02 +0000
committercletavernie2012-08-27 12:36:02 +0000
commita7b36d3fe1fb0fc91082431edbf3b8ff8f46f1b5 (patch)
tree982e75811ac615d9c28f1a95344771f7c3ef30bc /deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml
parent69a9a70ea75091bf93fc707b884bab0dbd457510 (diff)
downloadorg.eclipse.papyrus-a7b36d3fe1fb0fc91082431edbf3b8ff8f46f1b5.tar.gz
org.eclipse.papyrus-a7b36d3fe1fb0fc91082431edbf3b8ff8f46f1b5.tar.xz
org.eclipse.papyrus-a7b36d3fe1fb0fc91082431edbf3b8ff8f46f1b5.zip
Move the deprecated-plugins from extraplugins/ to deprecated/
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, 18 insertions, 0 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
new file mode 100644
index 00000000000..00cd9e9c395
--- /dev/null
+++ b/deprecated/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.sysml.properties.view/plugin.xml
@@ -0,0 +1,18 @@
+<?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