summaryrefslogtreecommitdiff
path: root/de.dhbw.horb.ksm.qksm/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'de.dhbw.horb.ksm.qksm/plugin.xml')
-rw-r--r--de.dhbw.horb.ksm.qksm/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/de.dhbw.horb.ksm.qksm/plugin.xml b/de.dhbw.horb.ksm.qksm/plugin.xml
new file mode 100644
index 0000000..14f01db
--- /dev/null
+++ b/de.dhbw.horb.ksm.qksm/plugin.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="de.dhbw.horb.ksm.core.model.property">
+ <advisor
+ class="de.dhbw.horb.ksm.qksm.QKSMNodePropertyDescriptorAdvisor"
+ name="QKSMNodePropertyDescriptorAdvisor"
+ type="node">
+ </advisor>
+ </extension>
+
+</plugin>