From afda5a8d3c02790bfdbcd6668b94751a86c4fc0b Mon Sep 17 00:00:00 2001
From: Vincent Aravantinos <aravantinos@fortiss.org>
Date: Wed, 13 Apr 2016 12:46:41 +0000
Subject: [PATCH] fixes notifier installation refs 2553

---
 org.fortiss.tooling.kernel.ui/trunk/plugin.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/org.fortiss.tooling.kernel.ui/trunk/plugin.xml b/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
index fdbedcb54..5e4aaeb17 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
+++ b/org.fortiss.tooling.kernel.ui/trunk/plugin.xml
@@ -144,5 +144,11 @@
             name="Storage">
       </perspective>
    </extension>
+   <extension
+         point="org.fortiss.tooling.kernel.eclipseResourcePostLoadProvider">
+      <storagePostLoadProvider
+            provider="org.fortiss.tooling.kernel.ui.internal.ConstraintVerificationUIService">
+      </storagePostLoadProvider>
+   </extension>
 
 </plugin>
-- 
GitLab