blob: 8a748e0b2dec5425f5785b63442c8eacae20c7b3 [file] [log] [blame]
lbustelo85298422007-07-24 21:13:34 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.2"?>
3<plugin>
4
5 <extension point="org.eclipse.wst.sse.ui.editorConfiguration">
6 <sourceViewerConfiguration
7 class="org.eclipse.wst.jsdt.web.support.jsp.JSDTStructuredTextViewerConfigurationJSP"
8 target="org.eclipse.jst.jsp.core.jspsource.source" />
9
10 <!--
11 <contentOutlineConfiguration
12 class="org.eclipse.jst.jsp.ui.views.contentoutline.JSPContentOutlineConfiguration"
13 target="org.eclipse.jst.jsp.core.jspsource" />
14 -->
15
16 </extension>
17
18 <extension
19 point="org.eclipse.wst.sse.ui.adapterFactoryDescription">
20 <adapterFactoryDescription
21 class="org.eclipse.wst.jsdt.web.support.jsp.JSDTAdapterFactoryProviderForJSP">
22 <contentType id="org.eclipse.jst.jsp.core.jspsource" />
23 </adapterFactoryDescription>
24 </extension>
25
26
27 <extension point="org.eclipse.wst.sse.ui.sourcevalidation">
28 <validator
29 scope="total"
30 class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator"
31 id="org.eclipse.wst.jsdt.web.support.jsp.jssourcevalidator">
32 <contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource">
33 <partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType>
34 <partitionType id="org.eclipse.wst.html.SCRIPT.EVENT"></partitionType>
35 </contentTypeIdentifier>
36 </validator>
37 </extension>
38
39</plugin>