blob: 24af85b60389d0de34a0e4990f704b7784955890 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension point="org.eclipse.wst.sse.ui.editorConfiguration">
<sourceViewerConfiguration
class="org.eclipse.wst.jsdt.web.support.jsp.JSDTStructuredTextViewerConfigurationJSP"
target="org.eclipse.jst.jsp.core.jspsource.source" />
<provisionalConfiguration
type="contentassistprocessor"
class="org.eclipse.wst.jsdt.web.ui.internal.contentassist.JSDTContentAssistant"
target="org.eclipse.jst.jsp.SCRIPT.JAVASCRIPT" />
<documentationTextHover
class="org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor"
target="org.eclipse.jst.jsp.SCRIPT.JAVASCRIPT" />
</extension>
<extension
point="org.eclipse.wst.sse.ui.adapterFactoryDescription">
<adapterFactoryDescription
class="org.eclipse.wst.jsdt.web.support.jsp.JSDTAdapterFactoryProviderForJSP">
<contentType id="org.eclipse.jst.jsp.core.jspsource" />
</adapterFactoryDescription>
</extension>
<extension point="org.eclipse.wst.sse.ui.sourcevalidation">
<validator
scope="total"
class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator"
id="org.eclipse.wst.jsdt.web.support.jsp.jssourcevalidator">
<contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType>
<partitionType id="org.eclipse.wst.html.SCRIPT.EVENT"></partitionType>
</contentTypeIdentifier>
</validator>
</extension>
</plugin>