| <?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" /> |
| |
| |
| <contentOutlineConfiguration |
| class="org.eclipse.jst.jsp.ui.views.contentoutline.JSPContentOutlineConfiguration" |
| target="org.eclipse.jst.jsp.core.jspsource" /> |
| |
| |
| </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> |