lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
bchilds | 374009a | 2008-02-18 21:22:00 +0000 | [diff] [blame] | 4 | |
lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame] | 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 | |
bchilds | 737705f | 2007-11-27 20:41:45 +0000 | [diff] [blame] | 10 | |
lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame] | 11 | <contentOutlineConfiguration |
| 12 | class="org.eclipse.jst.jsp.ui.views.contentoutline.JSPContentOutlineConfiguration" |
| 13 | target="org.eclipse.jst.jsp.core.jspsource" /> |
bchilds | 737705f | 2007-11-27 20:41:45 +0000 | [diff] [blame] | 14 | |
lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame] | 15 | |
| 16 | </extension> |
bchilds | 374009a | 2008-02-18 21:22:00 +0000 | [diff] [blame] | 17 | |
lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame] | 18 | |
| 19 | <extension |
| 20 | point="org.eclipse.wst.sse.ui.adapterFactoryDescription"> |
| 21 | <adapterFactoryDescription |
| 22 | class="org.eclipse.wst.jsdt.web.support.jsp.JSDTAdapterFactoryProviderForJSP"> |
| 23 | <contentType id="org.eclipse.jst.jsp.core.jspsource" /> |
| 24 | </adapterFactoryDescription> |
| 25 | </extension> |
| 26 | |
| 27 | |
| 28 | <extension point="org.eclipse.wst.sse.ui.sourcevalidation"> |
| 29 | <validator |
| 30 | scope="total" |
| 31 | class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator" |
| 32 | id="org.eclipse.wst.jsdt.web.support.jsp.jssourcevalidator"> |
| 33 | <contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource"> |
| 34 | <partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType> |
| 35 | <partitionType id="org.eclipse.wst.html.SCRIPT.EVENT"></partitionType> |
| 36 | </contentTypeIdentifier> |
| 37 | </validator> |
| 38 | </extension> |
| 39 | |
| 40 | </plugin> |