Author: scabanovich
Date: 2011-06-01 21:31:35 -0400 (Wed, 01 Jun 2011)
New Revision: 31767
Modified:
trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.properties
trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.xml
Log:
JBIDE-9028
https://issues.jboss.org/browse/JBIDE-9028
Modified: trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.properties 2011-06-02 01:28:18
UTC (rev 31766)
+++ trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.properties 2011-06-02 01:31:35
UTC (rev 31767)
@@ -3,4 +3,5 @@
PreferencePage_Validator=ESB Validator
-KBProblemName=ESB Problem
\ No newline at end of file
+KBProblemName=ESB Problem
+ESBCoreValidator=ESB Core Validator
\ No newline at end of file
Modified: trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.xml
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.xml 2011-06-02 01:28:18 UTC
(rev 31766)
+++ trunk/esb/plugins/org.jboss.tools.esb.validator/plugin.xml 2011-06-02 01:31:35 UTC
(rev 31767)
@@ -17,6 +17,7 @@
point="org.jboss.tools.jst.web.kb.validator">
<validator
class="org.jboss.tools.esb.validator.ESBCoreValidator"
+ name="%ESBCoreValidator"
id="org.jboss.tools.esb.validator.ESBCoreValidator">
</validator>
</extension>