Author: scabanovich
Date: 2010-10-26 08:45:27 -0400 (Tue, 26 Oct 2010)
New Revision: 26067
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/plugin.properties
trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml
Log:
JBIDE-7405
https://jira.jboss.org/browse/JBIDE-7405
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/plugin.properties 2010-10-26 12:10:11 UTC
(rev 26066)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/plugin.properties 2010-10-26 12:45:27 UTC
(rev 26067)
@@ -2,3 +2,5 @@
# START NON-TRANSLATABLE
Bundle-Name.0 = Web
# END NON-TRANSLATABLE
+strutsProblemName=Verification Problem
+constraintProblemName=Constraint Problem
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml 2010-10-26 12:10:11 UTC (rev
26066)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml 2010-10-26 12:45:27 UTC (rev
26067)
@@ -301,4 +301,18 @@
resource="meta/options_general.xml" priority="1">
</contribution>
</extension>
+
+ <extension id="strutsmarker" name="%strutsProblemName"
point="org.eclipse.core.resources.markers">
+ <super type="org.eclipse.core.resources.problemmarker">
+ </super>
+ <persistent value="true">
+ </persistent>
+ </extension>
+ <extension id="constraintsmarker" name="%constraintProblemName"
point="org.eclipse.core.resources.markers">
+ <super type="org.eclipse.core.resources.problemmarker">
+ </super>
+ <persistent value="true">
+ </persistent>
+ </extension>
+
</plugin>