[jbosstools-commits] JBoss Tools SVN: r42423 - trunk/jst/plugins/org.jboss.tools.jst.web.ui.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 5 18:38:27 EDT 2012
Author: dazarov
Date: 2012-07-05 18:38:27 -0400 (Thu, 05 Jul 2012)
New Revision: 42423
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
Log:
Make Quick Fix "Configure Problem Severity" work on Temporary annotations https://issues.jboss.org/browse/JBIDE-12232
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2012-07-05 22:36:51 UTC (rev 42422)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2012-07-05 22:38:27 UTC (rev 42423)
@@ -794,7 +794,7 @@
</page>
</extension>
- <extension point="org.jboss.tools.common.text.xml.quickFix">
+ <extension point="org.jboss.tools.common.quickFix">
<quick-fix-generator generator-class="org.jboss.tools.jst.web.ui.action.JSPProblemMarkerResolutionGenerator" id="org.jboss.tools.jst.web.ui.action.JSPProblemMarkerResolutionGenerator" />
</extension>
</plugin>
More information about the jbosstools-commits
mailing list