Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavery2005-10-31 19:30:58 +0000
committerpavery2005-10-31 19:30:58 +0000
commit805bd3014e4f25f72d626b18bbcf5c2cfc8e3060 (patch)
tree94b08eb663a3be5f6353628f20fc59b94ea601b2 /bundles/org.eclipse.wst.html.ui/plugin.xml
parent0cffa966ff1e167a465f44dfef2cd7c6d326edb3 (diff)
downloadwebtools.sourceediting-805bd3014e4f25f72d626b18bbcf5c2cfc8e3060.tar.gz
webtools.sourceediting-805bd3014e4f25f72d626b18bbcf5c2cfc8e3060.tar.xz
webtools.sourceediting-805bd3014e4f25f72d626b18bbcf5c2cfc8e3060.zip
[105642] adding JSP Directive to list of partitions that HTMLValidator can handle (for jsp content type).
Diffstat (limited to 'bundles/org.eclipse.wst.html.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.html.ui/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.xml b/bundles/org.eclipse.wst.html.ui/plugin.xml
index b9c447a12e..c4a2163658 100644
--- a/bundles/org.eclipse.wst.html.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.html.ui/plugin.xml
@@ -319,6 +319,8 @@
<contentTypeIdentifier
id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.eclipse.wst.html.HTML_DEFAULT">
+ </partitionType>
+ <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE">
</partitionType>
</contentTypeIdentifier>
</validator>

Back to the top